We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
DAB-DETR is now available in 🤗 Transformers: https://huggingface.co/docs/transformers/main/en/model_doc/dab-detr.
All checkpoints are on the hub: https://huggingface.co/models?other=dab-detr.
It allows easy usage in a few lines of code, and easy fine-tuning on a custom dataset. 🥳
For inference, I refer to the example code snippet.
For fine-tuning on a custom dataset, I refer to this demo notebook.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
DAB-DETR is now available in 🤗 Transformers: https://huggingface.co/docs/transformers/main/en/model_doc/dab-detr.
All checkpoints are on the hub: https://huggingface.co/models?other=dab-detr.
It allows easy usage in a few lines of code, and easy fine-tuning on a custom dataset. 🥳
Inference
For inference, I refer to the example code snippet.
Fine-tuning on custom data
For fine-tuning on a custom dataset, I refer to this demo notebook.
The text was updated successfully, but these errors were encountered: