ImageNet_Utils icon indicating copy to clipboard operation
ImageNet_Utils copied to clipboard

Label assignment

Open AlexTS1980 opened this issue 7 years ago • 0 comments

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?

AlexTS1980 avatar Feb 18 '17 02:02 AlexTS1980