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
520 stars 87 forks source link

PostProcess #50

Open Twxwx opened 2 years ago

Twxwx commented 2 years ago

Is it possible that multiple labels of a query are topks during post-processing? How to solve this situation?

SlongLiu commented 2 years ago

Yes, it may occur sometime. The post-processing is compatible with the situation, where it will select the same box multi times.