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

test on VOC dataset (coco2voc) #1

Closed
ry-jojo opened this issue Jun 29, 2021 · 2 comments
Closed

test on VOC dataset (coco2voc) #1

ry-jojo opened this issue Jun 29, 2021 · 2 comments

Comments

@ry-jojo
Copy link

ry-jojo commented Jun 29, 2021

Hi, thanks for sharing the codes.
Could you please share this file "VOCOutput/annotations/val_converted.json" for voc testing?
I am facing with the errors like below when testing with --set-voc-test:

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/VOCOutput/annotations/val_converted.json'

Thanks in advance!

@danganea
Copy link
Owner

You're completely right! I apologise about this and thank you for your interest!

The data is here:

https://1drv.ms/u/s!Ako0GB-Fly5dgfcp-sBbUO-NE1k9cA?e=xcTCnw

Furthermore, to use it you might need to edit the builtin.py file which registers the VOC dataset via a register_coco_instances call. Editing that should be trivial.

I plan to do a commit to make it easier to use sometime this week.

@ry-jojo
Copy link
Author

ry-jojo commented Jun 30, 2021

You're completely right! I apologise about this and thank you for your interest!

The data is here:

https://1drv.ms/u/s!Ako0GB-Fly5dgfcp-sBbUO-NE1k9cA?e=xcTCnw

Furthermore, to use it you might need to edit the builtin.py file which registers the VOC dataset via a register_coco_instances call. Editing that should be trivial.

I plan to do a commit to make it easier to use sometime this week.

Many thanks for your reply!

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