Open AlexTS1980 opened 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?
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?