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

Meta-DETR contribution #92

Closed
NouamaneTazi opened this issue Mar 10, 2022 · 10 comments
Closed

Meta-DETR contribution #92

NouamaneTazi opened this issue Mar 10, 2022 · 10 comments

Comments

@NouamaneTazi
Copy link

Hello! I would like to incorporate meta-learning to your DETR implementation to perform few-shot object detection. Any suggestions where to start?

Link to the paper https://arxiv.org/abs/2103.11731
Link to the official implementation https://github.com/ZhangGongjie/Meta-DETR

@NielsRogge
Copy link
Owner

NielsRogge commented Mar 11, 2022

Hi,

Yes it would be cool to have Meta-DETR in HuggingFace Transformers! For this, we would probably add a separate model (MetaDetrModel, MetaDetrForObjectDetection etc.).

We prefer to have a "one model, one file" philosophy, even duplicating code per paper to keep it clean.

Let me know if you're interested in opening a PR on HuggingFace Transformers

@NouamaneTazi
Copy link
Author

Yes I would like to!

@NielsRogge
Copy link
Owner

If it's ok for you, I'll set up a Slack channel with your email address found on your Github profile.

@NouamaneTazi
Copy link
Author

Sure!

@NouamaneTazi
Copy link
Author

It seems I'll need to implement Deformable DETR first: https://github.com/fundamentalvision/Deformable-DETR . Since it's the architecture used for Meta DETR

@NielsRogge
Copy link
Owner

Hi,

I do have a HuggingFace implementation for Deformable DETR: https://github.com/NielsRogge/transformers/tree/add_deformable_detr/src/transformers/models/deformable_detr

However I have to fix 2 tests for the model, then I can open up a PR on HuggingFace Transformers.

@NouamaneTazi
Copy link
Author

Perfect! I'll try to use it for Meta-DETR. Tell me if you need help with the PR

@NielsRogge
Copy link
Owner

I've sent you an invite for Slack :)

@NouamaneTazi
Copy link
Author

I can't join, It seems I need a paid plan to use the Slack Connect channel invitation: https://slack.com/help/articles/360049769934-Accept-a-Slack-Connect-channel-invitation

@NielsRogge
Copy link
Owner

Normally you should have received a new invite now

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

No branches or pull requests

2 participants