IDEA-Research / DINO

[ICLR 2023] Official implementation of the paper "DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection"
Apache License 2.0
2.15k stars 232 forks source link

DETRsegm class seems to be inconsistent with Dino class #129

Open davideresta opened 1 year ago

davideresta commented 1 year ago

Hi, I can't train the model when the 'masks' argument in the config file is set to True. It looks like the DETRsegm class is inconsistent with the Dino class: as an example, at line 59 in models/dino/segmentation.py it is assumed that the Dino class has a 'query_embed' field, but I can't find it. Could someone please help me?

FengLi-ust commented 1 year ago

DINO is not designed to support segmentation, therefore we cannot guarantee its performance. Please wait for the code release of Mask DINO that extends DINO to three segmentation tasks.

davideresta commented 1 year ago

Thank you for your answer. Have a good day!