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

Add DETR model #5922

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

Add DETR model #5922

wants to merge 16 commits into from

Conversation

xiaohu2015
Copy link
Contributor

@xiaohu2015 xiaohu2015 commented Apr 29, 2022

related to #2707, work with @oke-aditya @triple-Mu

  • Backbone: ResNet50
  • Transformer: Encoder + Decoder
  • Position embed
  • Detection head & loss
  • label assignment
  • datapipes

@oke-aditya
Copy link
Contributor

Sorry for an Early poke at the PR, but I would like to know why we are not using nn.TransformerEncoder layer? Although I'm yet to dive into technical details and aspects.

@xiaohu2015
Copy link
Contributor Author

Sorry for an Early poke at the PR, but I would like to know why we are not using nn.TransformerEncoder layer? Although I'm yet to dive into technical details and aspects.

For the offical code, they do some modifcation of nn.TransformerEncoder, it maybe affect the performance.

@datumbox
Copy link
Contributor

@xiaohu2015 I hope you are well. It's been a while since this PR has seen any action. I wonder if you plan to continue slowly working on it or you think it's unlikely to do this in H2. No pressure. Thanks! :)

@deepwilson
Copy link

@datumbox @xiaohu2015 Is there any progress on this?
If not, I would love to help!

@datumbox
Copy link
Contributor

@deepwilson I believe this is up for grabs as @xiaohu2015 doesn't have the time to complete it now. It would be awesome if we can continue the work. :)

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.

5 participants