IDEA-Research / DN-DETR

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

adding DINO modules to DN-DETR with new model direction (dn_dab_dino_deformable_detr) #46

Closed Vallum closed 1 year ago

Vallum commented 1 year ago

Hi,

I made a new directory and a new branch to make it clear. Previously I used a "main branch" by mistake from the lack of experience. To add a new model directory, I considered to rebase to the main branch in my fork repo, but in that case, I should've fixed the hard written commit history, which will still stick to the "main branch" and I am not sure that it will be safe in future again.

So, alternatively, I make this fresh pull request with new branch, with which any future amendment(if any) request can be more easily handled.

Sorry to bother you with my mistake, and if you have a better idea(or want to stick to the previous pull request), any suggestion is eagerly welcomed!

FengLi-ust commented 1 year ago

Hey, I have merged your PR. Can you also provide the running command in a similar way as DN-DETR? So I can update ReadMe to show how to run your code. You are also encouraged to provide your trained checkpoint, (12/36 epoch) I will list these results in the main Table in ReadMe. Thanks .