tzutalin / ImageNet_Utils

:arrow_double_down: Utils to help download images by id, crop bounding box, label images, etc.
MIT License
632 stars 197 forks source link

Label assignment #9

Open AlexTS1980 opened 7 years ago

AlexTS1980 commented 7 years ago

I have 100 images for a trainset in /Data and a file groundtruth.txt with 100 bbox-values. How do I create train.txt for this matching each image with the bbox? I tried

./labelcreator.py --size_of_train 100 --label Data/groundtruth.txt --dir /Data

but the error is invalid argument. Is there any other way?