-
Notifications
You must be signed in to change notification settings - Fork 57
Convert annotations of OpenImages to COCO format #2
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
Comments
There are not train_sizes-00000-of-00001.csv and validation_sizes-00000-of-00001.csv. |
Yes I have found the same problem. |
I also encounter this problem. Need some help, Thanks. |
Same problem and need help |
some mistakes in Dataset.md
|
@xingyizhou meet same questions. Could you help to fix above issues? |
Is there any solution to this problem yet? |
Hi bro how you make through this? May you please show us how to convert |
same problem @xingyizhou |
Hi Xingyi,
Thanks for you wonderful and easy to use work! I have prepare OpenImages dataset.
However, when I use projects/UniDet/tools/convert_datasets/convert_oid.py to convert training annotations.
There is an error:
sets train
converting train data
Traceback (most recent call last):
File "projects/UniDet/tools/convert_datasets/convert_oid.py", line 276, in
original_image_annotations = csvread(os.path.join(base_dir, 'annotations', image_label_sourcefile))
NameError: name 'image_label_sourcefile' is not defined
'image_label_sourcefile' is not defined when converting training annotations, I don't know how to solve it?
Could you give me the solution?
Thanks
https://github.com/xingyizhou/UniDet/blob/master/projects/UniDet/unidet_docs/DATASETS.md
The text was updated successfully, but these errors were encountered: