Hi guys, i have a problem.
I need to export annotations in datumaro format to coco instances in the following scenario:
First, annotations are made in cvat 2.6.2 and exported in formamo datumaro 1.0 images. (without saving the media)

Then, in Python, after some data processing, the annotations are exported to the coco instances format:

the dataset is exported, but the annotations are empty:

Temporary solution
Add media to datumaro item

Any better solution?