You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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.
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!
The text was updated successfully, but these errors were encountered: