Atten4Vis / ConditionalDETR

This repository is an official implementation of the ICCV 2021 paper "Conditional DETR for Fast Training Convergence". (https://arxiv.org/abs/2108.06152)
Apache License 2.0
358 stars 48 forks source link

What's the difference between the Group DETR and the DETRs with Hybrid Matching? #28

Closed rockywind closed 2 years ago

rockywind commented 2 years ago

Hi, I found the Group DETR is the same as the DETRs with Hybrid Matching. They are all group-wise one-to-many assignments. Could you tell me some differences between them?

charlesCXK commented 2 years ago

Hi, These two are concurrent works. They share similar ideas but we think Group DETR is more concise.