Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support DETRs with Hybrid Matching #8655

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

okotaku
Copy link
Contributor

@okotaku okotaku commented Aug 29, 2022

Motivation

DETRs with Hybrid Matching
official repo

Result

Backbone Model Lr schd box AP
R-50 Deformable DETR + trick 1x 47.1
R-50 DETRs with Hybrid Matching 1x 48.6

Checklist

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  3. If the modification has potential influence on downstream projects, this PR should be tested with downstream projects, like MMDet or MMCls.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

@CLAassistant
Copy link

CLAassistant commented Aug 29, 2022

CLA assistant check
All committers have signed the CLA.

@ZwwWayne ZwwWayne requested a review from jshilong August 29, 2022 07:14
@ZwwWayne ZwwWayne added this to the 2.26.1 milestone Aug 29, 2022
@RangiLyu RangiLyu added the v-2.x label Aug 30, 2022
@@ -0,0 +1,184 @@
_base_ = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind making the original two-stage deformable-detr as base then we can notice all modifications which indicate the tricks

@jshilong
Copy link
Collaborator

jshilong commented Aug 30, 2022

Thanks for your great work!
You may have found PRs about DINO, Conditional DETR, and DAB-DETR. We will discuss the sequence of this pr and DINO and will keep you informed, thank you again for your contribution

@PkuRainBow
Copy link

@okotaku Thanks a lot for your help in creating PR for our HDETR!

It would be great if you could check our latest repo based on MMdetection:

https://github.com/HDETR/H-Deformable-DETR-mmdet/tree/mmdetection-with-plug-in

We would really appreciate your efforts if you could help migrate the complete implementations and pre-trained checkpoints!

@okotaku
Copy link
Contributor Author

okotaku commented Sep 20, 2022

@PkuRainBow Thank you for your sharing! It sounds good. I will try it after refactoring of DETRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants