Atten4Vis/ConditionalDETR

How to add Group DETR in DINO-Deformable-DETR

xiaoruiai opened this issue · 4 comments

Hi, Thank you for your wonderful works. If I want to add Group DETR in DINO-Deformable-DETR, how to use Mixed Query Selection that generate box for different groups?

Hi, we generate multiple groups of proposals in this step.

Multiple groups of proposals are the same?How to generate different groups of proposals?

Multiple groups of proposals are the same?How to generate different groups of proposals?

Hi, we use different heads to generate different groups of proposals.

I get it. Thank you very much for your patient guide.