IDEA-Research / DAB-DETR

[ICLR 2022] Official implementation of the paper "DAB-DETR: Dynamic Anchor Boxes are Better Queries for DETR"
Apache License 2.0
501 stars 86 forks source link

Issue in DETRsegm #28

Closed mf-skjung closed 2 years ago

mf-skjung commented 2 years ago

First of all, thank you very much for the great work.

My question is..

  1. NotImplementError is raised when executing "self.detr.input_proj(src)" in code in DETRsegm class.

  2. "self.detr.transformer(src_proj, mask, self.detr.query_embed.weight, pos[-1])"

In the code above, self.detr.query_embed is a class variable that is only initialized when use_dab=False. I'm just curious if this is what you meant by implementation.

SlongLiu commented 2 years ago

We have not tested the code of DETRsegm, hence there is no quality assurance of these codes.