-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add Open Images format #3679
Add Open Images format #3679
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review the implementation wrt #3790
for row in desc: | ||
yield row.split(',')[0] | ||
|
||
@exporter(name='Open Images', ext='ZIP', version='1.0') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe, we should be more specific about the version and add v6
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@kirill-sizov , image meta information is provided only for annotatated images. Is it expected? $ cat images.meta
# <image name> <height> <width>
Abyssinian_123 333 500
Abyssinian_71 539 833
Bengal_197 206 300
Birman_128 375 500
Birman_43 500 340
Birman_44 375 500
Birman_82 324 448
Bombay_104 250 167
Bombay_157 849 704 |
@nmanovic, Yes it's expected, because we need information about image size only for images that have annotation objects. |
I'm not sure I understand "we". Cityscapes dataset can be used by multiple scripts around the world which can rely on the file. What is the answer from the dataset format point of view? |
The file |
Motivation and context
How has this been tested?
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.