IDEA-Research / DN-DETR

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

About Introducing DN to Faster R-CNN #49

Closed Mr-Bigworth closed 1 year ago

Mr-Bigworth commented 1 year ago

Excuse me, the paper (https://arxiv.org/abs/2203.01305) shows the DN training can also be used in Faster R-CNN, I wonder how to implement it, Thanks!

FengLi-ust commented 1 year ago

We will consider releasing this code in the future. The implementation is quite similar to DN-DETR, where we append additional GT-denoised queries to the head and train the model to reconstruct the GT.

Mr-Bigworth commented 1 year ago

We will consider releasing this code in the future. The implementation is quite similar to DN-DETR, where we append additional GT-denoised queries to the head and train the model to reconstruct the GT.

Thanks!!!