Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main Repositories
otb
Commits
3b67ffeb
Commit
3b67ffeb
authored
8 years ago
by
Guillaume Pasero
Browse files
Options
Downloads
Patches
Plain Diff
DOC: fix indentation for rst
parent
200fa987
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/Cookbook/rst/recipes/pbclassif.rst
+4
-3
4 additions, 3 deletions
Documentation/Cookbook/rst/recipes/pbclassif.rst
with
4 additions
and
3 deletions
Documentation/Cookbook/rst/recipes/pbclassif.rst
+
4
−
3
View file @
3b67ffeb
...
...
@@ -104,10 +104,10 @@ There are several strategies to compute those sampling rates:
of samples, which is user-defined.
* **Smallest class strategy:** The class with the least number of samples
will be fully sampled. All other classes will be sampled with the
same number of samples.
same number of samples.
* **Percent strategy:** Each class will be sampled with a user-defined
percentage (same value for all classes) of samples available in this
class.
class.
* **Total strategy:** A global number of samples to generate is
divided proportionally among each class (classes proportions are
enforced).
...
...
@@ -269,7 +269,7 @@ image.
- *Mode = equal:* For each image :math:`i` and each class :math:`c`,
:math:`N_i( c ) = (total / L) * (\frac{Ti(c)}{sum_k(Ti(k))})` where :math:`total` is the total number of samples specified
- *Mode = custom:* For each image :math:`i` and each class :math:`c`,
:math:`Ni( c ) = total(i) * (\frac{Ti(c)}{sum_k(Ti(k))})` where :math:`total(i)` is the total number of samples specified for image :math:`i`
:math:`Ni( c ) = total(i) * (\frac{Ti(c)}{sum_k(Ti(k))})` where :math:`total(i)` is the total number of samples specified for image :math:`i`
* **Strategy = smallest class**
...
...
@@ -722,6 +722,7 @@ used to predict output values. The applications to do that are and .
.. figure:: ../Art/MonteverdiImages/classification_chain_inputimage.jpg
.. figure:: ../Art/MonteverdiImages/classification_chain_fancyclassif_CMR_input.png
.. figure:: ../Art/MonteverdiImages/classification_chain_fancyclassif_CMR_3.png
Figure 6: From left to right: Original image, fancy colored classified image and regularized classification map with radius equal to 3 pixels.
The input data set for training must have the following structure :
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment