Is is possible to export only annotated images when exporting a dataset? #2837
-
I have a dataset of around 16GB. For now, only around 600 images are annotated but exporting the dataset exports all of the images including the ones not annotated. Is is possible to export the dataset with only the annotated images? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
As far as I remember it is not possible. |
Beta Was this translation helpful? Give feedback.
-
The same need I had in cherry-picking annotated frames of interest. What I ended up doing:
I know that's slow, dumb and cumbersome, but that is my initial solution. I am now looking into the SDK/API and I think there's plenty of degrees of freedom to get it done more streamlined there, however this still will be a viable extension to CVAT UI. |
Beta Was this translation helpful? Give feedback.
-
yes it is possible, Select Annotated Images: Once you've filtered the images to display only the annotated ones, select all of them. This may involve selecting them individually or using a "select all" option if available. Export Selected Images: After selecting the annotated images, look for an option to export them. CVAT typically provides functionality for exporting selected images or annotations. Depending on your requirements, you may have the option to export the images along with their annotations in a specific format (e.g., Pascal VOC, COCO, YOLO) or as standalone images with annotation files. Choose Export Format and Options: When exporting the selected images, choose the desired export format and any relevant options. For example, you may need to specify the output directory, file naming conventions, or annotation format settings. Make sure to review and adjust the export options according to your preferences and requirements. Initiate Export: Once you've configured the export settings, initiate the export process. Depending on the size of the dataset and the selected export format, this may take some time to complete. Monitor the progress of the export process and wait for it to finish. Verify Exported Data: After the export process is complete, verify that the exported dataset contains only the annotated images. Check the exported files to ensure that they include the desired annotations and meet your quality standards. |
Beta Was this translation helpful? Give feedback.
As far as I remember it is not possible.
@azhavoro Please, correct me if I am wrong.