Skip to content
Snippets Groups Projects
Commit 3b67ffeb authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: fix indentation for rst

parent 200fa987
No related branches found
No related tags found
No related merge requests found
......@@ -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 :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment