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
i met an error while I ran the following commands within the toolkit to create my custom training dataset. python main.py downloader --classes 'Vehicle_registration_plate' --type_csv train --limit 15
do you know how to solve it? thanks
The text was updated successfully, but these errors were encountered:
This issue is faced when the class names are more than one word.
Solution:
Make a classes.txt file with all the class names you want to download and send the path python main.py downloader --classes OID/classes.txt --type_csv train --limit 15
i met an error while I ran the following commands within the toolkit to create my custom training dataset.
python main.py downloader --classes 'Vehicle_registration_plate' --type_csv train --limit 15
do you know how to solve it? thanks
The text was updated successfully, but these errors were encountered: