-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create_voc_dataset('12', 'train', True, True) #40
Comments
You don't have the annotations that are getting created when you prepare the datasets. This shouldn't happen if you perform the preparation steps, as noted in the readme. Did you do that? |
I do the step 1 2 3 |
but in step 3, subprocess.call('rm %s' % archive_name) meet some problem |
I do the step 1 2 3 |
when I run create_voc_dataset('12', 'train', True, True) why? |
This means that either your path to annotations is not correct, or the annotations don't exist. In the first case, you need to check the path and correct it in case it doesn't. In the latter case, you need to make sure you did all the steps correctly in order to download and unpack the dataset. P.S. The failure of subprocess.call('rm %s' % archive_name) shouldn't influence the presence of annotations. |
I just followed the preparation steps
then I have the same problem... was i download an imcomplete tar files? |
@Roger2148 did you complete the step 3 of preparations? This is what creates the file you are missing. |
@dvornikita in the step 3, |
No such file or directory: '/home/cbl/PycharmProjects/blitznet-master/Datasets/VOCdevkit/VOC2012/ImageSets/SegmentationAug/train.txt'
SegmentationAug is not found in the voc12
The text was updated successfully, but these errors were encountered: