cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.33k stars 2.97k forks source link

Exporting review comments with annotations #8353

Closed DainiusGaidamaviciuss closed 1 month ago

DainiusGaidamaviciuss commented 1 month ago

Hello, I want to save not only annotations but also their issues (comments that are made during review by clicking right mouse button and choosing "Open Issue") however I cannot find any export format that would do that. Am I missing something, or it isn't implemented? If not, there are any possibilities to get such a feature in near future? Also, it would be nice to upload such comments during task creation

bsekachev commented 1 month ago

You can't export issues in annotation formats as no one format supports such kind of data. You may try to use backup/restore feature, but I do not remember if it really exports issues or not.

bsekachev commented 1 month ago

Also, it would be nice to upload such comments during task creation

You may use write your own script and use API for that purpose.

DainiusGaidamaviciuss commented 1 month ago

Is it possible also to get comments using API instead of using backups/restore?

DainiusGaidamaviciuss commented 1 month ago

Also, it would be nice to upload such comments during task creation

You may use write your own script and use API for that purpose. Could you provide API endpoint for this use case?

bsekachev commented 1 month ago

All API may be found here: https://app.cvat.ai/api/swagger/ or on the same endpoint in your locally installed CVAT