DN-DETR
DN-DETR copied to clipboard
[CVPR 2022 Oral] Official implementation of DN-DETR
hi, First, thanks for your perfect work. When i learn your code, i found a little question about the sine positional embedding.I think - 0.5 here should be out of...
AP = 0
I trained 12 epoches with dn_dab_detr and coco2017, but the result of AP=0. Could someone tell me where the problem is????? Here is the parameters and result: detr --coco_path ../datasets/coco2017...
I implemented DINO's contrastive sampling idea upon DN-DETR repo. It has a little bit of diffrence from DINO's official implementation. https://github.com/IDEA-Research/DN-DETR/issues/43#issuecomment-1275767564 I built Mix Query Sampling(MQS) and Look Forward Twice(LFT)...
Hello author, the abstract mentions that it can be easily inserted into the DETR model by adding dozens of lines of code, where is the code provided?
May I ask if you could provide the checkpoint for DAB-Deformable-DETR (Deformable Encoder Only) at epoch 50?
Why add a de-noising task to speed up training? In transformer, no attention is paid to the difference between the noised query and the original query, and the final loss...