open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.61k stars 9.47k forks source link

Detr detectors(detr, deformable detr, dino) support instance segmentation tasks #10244

Open ahomez opened 1 year ago

ahomez commented 1 year ago

Hi, I want to use a detr detector to achieve instance segmentation tasks, but I found that this feature is not yet supported in mmlab. Would you support this feature? If it is not currently supported, is there any tutorial that I can modify independently?

hhaAndroid commented 1 year ago

@ahomez Sorry, no support for now

gmontamat commented 6 days ago

Any updates on these plans? It would be awesome to be able to try train DETR on segmentation it uses the coco-panoptic format which is already in mmdetection's base configs