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
If you read README, the full syntax to parse annotation should be python clean.py /path/to/annotation/folder. ../pascal/VOCdevkit/ANN is simply the default one on my machine, please specify your own.
Well the format must be the same with Pascal VOC dataset format of annotation. Please check the Pascal VOC website for precise description (or simply download the dataset and look at .xml files in the annotation folder).
When I run python clean.py I get this error : OSError: [Errno 2] No such file or directory: '../pascal/VOCdevkit/ANN'
I assume the ANN folder might've been already downloaded with the repo , but couldnt find it
The text was updated successfully, but these errors were encountered: