DINO
DINO copied to clipboard
DETRsegm class seems to be inconsistent with Dino class
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?
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.
Thank you for your answer. Have a good day!