datumaro icon indicating copy to clipboard operation
datumaro copied to clipboard

Convert a COCO dataset

Open andreaceruti opened this issue 3 years ago • 1 comments

I have a custom COCO dataset in object detection format with also the segmented masks for each instance. What I want to do is to convert the COCO json file from object detection task to stuff task. Someone can guide me?

andreaceruti avatar Mar 13 '22 23:03 andreaceruti

Hi. From the official format docs, object detection and stuff formats are the same, so you should be able to use the existing annotations as is. Could you be more specific about the problem and the expected results?

zhiltsov-max avatar Mar 14 '22 14:03 zhiltsov-max