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

About two_stage_type 'enceachlayer', 'enclayer1' #133

Closed sfwang20 closed 1 year ago

sfwang20 commented 1 year ago

Hi, thanks for your excellent work! I saw you implement the two_stage_type 'enceachlayer' and 'enclayer1'. I wonder the 'enceachlayer' and 'enclayer1' can help the model performance or not. Besides, I also saw 'two_stage_pat_embed' and 'two_stage_add_query_num' which default values are both zero. Does these help the model performance ? Thank you very much. Best regards.

HaoZhang534 commented 1 year ago

Hi, all these do not help performance. You can ignore them.