IDEA-Research / DN-DETR

[CVPR 2022 Oral] Official implementation of DN-DETR
Apache License 2.0
528 stars 57 forks source link

how to add DN to vanillar DETR? #59

Open TheshowN opened 1 year ago

TheshowN commented 1 year ago

how to deal with noisy label/bbox embedding with content/position embedding?

FengLi-ust commented 1 year ago

You can refer to our extended version that describes how to add DN to vanillar DETR.

theneotopia commented 1 year ago

You can refer to our extended version that describes how to add DN to vanillar DETR.

Hi Feng @FengLi-ust, Your work is great, but the references of the figures and tables are a mess in the extended version. For example, in the paper Figure 3 actually refer to Figure 2, and Figure 4(c) does not exist. And Table 1-4 are repeatedly defined in the final parts of the paper. You can fix these typos for readability.

anaelley commented 1 year ago

Hi Feng @FengLi-ust is it possible to add code of vanilla detr training or maybe add more information? thanks!