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

Easy Finetuning and Inference #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

robinnarsinghranabhat
Copy link

@robinnarsinghranabhat robinnarsinghranabhat commented Jan 10, 2023

Contribution of this PR:

  • Support while finetuning Deformable-DETR on custom-data. Checkout : how_to.md
  • Provided a Inference Notebook
  • Following Error : ImportError:` cannot import name '_NewEmptyTensorOp' from 'torchvision.ops.misc'
  • Additional guidelines for easy setup for gcloud gpu instance.

@robinnarsinghranabhat
Copy link
Author

Potentially relevant to the following issues:
#49
#97
#117
#116

@robinnarsinghranabhat robinnarsinghranabhat changed the title Easy Finetuning Easy Finetuning and Inference Jan 11, 2023
@nikhilchh
Copy link

nikhilchh commented Jun 12, 2023

Hey @robinnarsinghranabhat
I was trying to find the inference notebook but couldn't find it in your repo. Can you point me to that please. Thanks :)

@nikhilchh
Copy link

In deformable-DETR code they don't add extra +1 for background because of loss has been designed. (There are some discussions about it in the other issues). But you have mentioned to add +1 in your instruction for fine tuning.

@nhattan417
Copy link

More information at: #78 and #72.
(TL;DR due to the difference between Softmax+CE and Sigmoid+BCE)

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

Successfully merging this pull request may close these issues.

3 participants