You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ***annotations** a : (REQUIRED) Path to annotations txt file [example - /data/annotations.txt]
27
27
> ***config** c : (REQUIRED) Path to configuration xml file containing parameters for training.[ example - /data/config.xml]
@@ -30,7 +30,7 @@ The above format is similar to HELEN dataset which is used for training the mode
30
30
> ***height** h : (OPTIONAL) The height which you want all images to get to scale the annotations. Large images are slow to process [default = 460]
31
31
> ***face_cascade** f (REQUIRED) Path to the face cascade xml file which you want to use as a detector.
32
32
33
-
###Description of training parameters
33
+
## Description of training parameters
34
34
35
35
36
36
The configuration file described above which is used while training contains the training parameters which are required for training.
@@ -49,10 +49,10 @@ The configuration file described above which is used while training contains the
49
49
50
50
To get more detailed description about the training parameters you can refer to the [Research paper](https://pdfs.semanticscholar.org/d78b/6a5b0dcaa81b1faea5fb0000045a62513567.pdf).
51
51
52
-
###Understanding code
52
+
## Understanding code
53
53
54
54
55
-

55
+

56
56
57
57
58
58
Jumping directly to the code :
@@ -165,13 +165,13 @@ In the above function scale is passed to scale all images and the corresponding
165
165
images can be reduced as it takes greater time to process large images.
166
166
This call to the train function trains the model and stores the trained model file with the given
167
167
filename specified.As the training starts successfully you will see something like this :
168
-

168
+

169
169
170
170
171
171
**The error rate on trained images depends on the number of images used for training used as follows :**
172
172
173
-

173
+

174
174
175
175
**The error rate on test images depends on the number of images used for training used as follows :**
0 commit comments