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
The detections stored in the text file need to be converted to the YOLO label format for this we have to configure ```yolo.sh```
181
175
182
176
```
@@ -186,7 +180,7 @@ do
186
180
done
187
181
188
182
```
189
-
Here in place of ```<num list>``` paste the number list generated by ```count.py``` and in places of ```data``` put your name of images.(not manditory)
183
+
Here in place of ```<num list>``` paste the number list generated by ```count.py``` and in places of ```data``` put your name of images (only if a differenr name for the dataset was used).
190
184
191
185
Now we have to run this script by running following commands:
192
186
@@ -198,9 +192,18 @@ After this script completes running all the labels in the YOLO format will be st
198
192
199
193
Thus we successfully created the dataset!!!
200
194
201
-
# Retraing the model using our dataset
195
+
# Retraining the model using our dataset
202
196
203
197
To train the model using the new dataset run the following commands.
0 commit comments