lyuwenyu / RT-DETR

[CVPR 2024] Official RT-DETR (RTDETR paddle pytorch), Real-Time DEtection TRansformer, DETRs Beat YOLOs on Real-time Object Detection. 🔥 🔥 🔥
Apache License 2.0
2.51k stars 291 forks source link

RT-DETR is now available in Hugging Face Transformers #413

Open NielsRogge opened 2 months ago

NielsRogge commented 2 months ago

Hi there,

Since a few months, the RT-DETR is officially supported by the Hugging Face Transformers library 🤗

It enables easy inference as well as fine-tuning.

Resources

Happy fine-tuning!

Related issues

394 => with the scripts above, multi-GPU fine-tuning works out-of-the-box.

108

umarbutler commented 2 months ago

Does this support RTDETRv2?

NielsRogge commented 1 month ago

@umarbutler that's WIP here: https://github.com/huggingface/transformers/pull/33244