facebookresearch / detr

End-to-End Object Detection with Transformers
Apache License 2.0
13.08k stars 2.37k forks source link

How to finetune DETR for semantic segmentation task? #610

Open lianzheng-research opened 7 months ago

lianzheng-research commented 7 months ago

Thank you for your excellent work! I have noticed in README that DETR can be finetuned on both instance segmentation and panoptic segmentation tasks.

I need some help. Now I have a DETR model pre-trained on COCO dataset. How can I finetune it for semantic segmentation task?

Thank you very much!