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

About parameter bbox_embed_diff_each_layer in DABDETR.py. #34

Closed lmc8133 closed 2 years ago

lmc8133 commented 2 years ago

model/DAB_DETR/DABDETR.py line 85 should be "bbox_embed_diff_each_layer: dont share weights of prediction heads. Default for False.(shared weights.)" rather than the origin "Default for True". So it consistent with line 72. Am I right?

SlongLiu commented 2 years ago

Thanks for your question. You are right and it is a typo in our codes.