Skip to content
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

PASCAL VOC 2012 dataset #6

Open
sunggukcha opened this issue Jan 13, 2020 · 1 comment
Open

PASCAL VOC 2012 dataset #6

sunggukcha opened this issue Jan 13, 2020 · 1 comment

Comments

@sunggukcha
Copy link

Your paper and 'splits.ipynb' describe PASCAL VOC 2012 train set has 11685 images, while your currently distributing code includes 10582 images for training (check your data/datasets/voc12/split/train_list.npy). I think 10582 is the usual augmented PASCAL VOC 2012 training set size. Where the thousand of training images come from?

Please also check 'data/datsets/voc12/split/seenval_cls.npy' which is missing.

@Maulik1528
Copy link

Use this code to generate that file.
val = np.array([13,14,15])
np.save('seenval_cls.npy',val)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants