IDEA-Research / MaskDINO

[CVPR 2023] Official implementation of the paper "Mask DINO: Towards A Unified Transformer-based Framework for Object Detection and Segmentation"
Apache License 2.0
1.17k stars 105 forks source link

Can this model be trained from instance segmentation COCO format? #25

Closed Robotatron closed 1 year ago

Robotatron commented 1 year ago

OneFormer requires custom dataset to be in a panoptic COCO format which differs from things detection COCO format. Can this model be trained from instance segmentation COCO format? Or will I have to convert things detection COCO format to panoptic?

FengLi-ust commented 1 year ago

Yes, Mask DINO can.

Robotatron commented 1 year ago

Thank you Feng