-
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
Export all images of a job even if no annotation is present #525
Comments
Will this be implemented soon? Would be really useful for my use-case. |
I had the same need, I ended up getting the data from DB. |
@LukeAI & @lostcontrol, which data format are you using? This would need to get implemented at the individual dumper level. |
Yolo, so for an image with no annotations - an empty file should simply be exported. At the moment my workaround is a bash one liner to "touch" every annotation file that should be there. |
We are using the CVAT XML format. |
@zhiltsov-max , do you think the issue is possible to resolve using datumaro? Could you please post here a solution or advice? |
It definitely can be done through Datumaro - just export task as dataset of the desired format in CVAT UI. |
We have images of static scenes taken with different exposure time, lighting conditions, etc. We annotate only one image of a given scene and then duplicate the information using a Python script to the other pictures of the same scene.
The problem is that at the moment CVAT only export in the XML images that have at least one annotation. In order to workaround this, we draw a point in the corner of the first picture and propagate it to the whole set of picture and later filter out the points annotations. It would be nice if CVAT would also export images with empty annotations.
Something like the following:
The text was updated successfully, but these errors were encountered: