RF-DETR 1.4.2
🚀 Added
- YOLO Support: Update YOLO dataset format support (#74)
- Inference: Support for image URLs in prediction (#629)
- Training:
🐞 Fixed
- CLI: Fix error in CLI script (#246)
- Export: Fix RFDETR-Seg ONNX Export failing (#626)
- Training/Validation:
- Dependencies: Hotfix: pin
transformersdependency to version range >4.0.0, <5.0.0 (#599)
🛠️ Changed / Maintenance
- Synthetic Data: Add synthetic dataset generation module and corresponding tests (#617)
- Benchmarking:
- Developer Experience:
- Replace
printstatements with logger calls and remove unused imports (#158)
- Replace
- Refactoring:
- Separate platform sub-module and migrate to
rfdetr_pluspackage (#645)
- Separate platform sub-module and migrate to
- Testing & CI:
- Stabilize training tests and centralize seed logic with
seed_all(#655)
- Stabilize training tests and centralize seed logic with
- Docs Formatting: Standardize documentation formatting and enable
codespell/mdformathooks (#634, #635, #637)
🏆 Contributors
A special welcome to our new contributors and a big thank you to everyone who helped with this release:
- Jirka Borovec (@Borda) (LinkedIn) – Synthetic data generation & COCO benchmarking
- Piotr Skalski (@SkalskiP) (LinkedIn) – Logger refactoring & cleanup
- Omkar Kabde (@omkar-334) (LinkedIn) – Type annotations & custom print arguments
- Damiano Ferrari (@ferraridamiano) (LinkedIn) – Python version management
- Panagiotis Moraitis (@panagiotamoraiti) (LinkedIn) – Fixing misleading warning messages
- Mario De Genaro (@mario-dg) (LinkedIn) – YOLO dataset format updates
- Tahar H. (@taharh) (LinkedIn) – RFDETR-Seg ONNX Export fixes
- Hardik Dava (@hardikdava) – Support for image URLs in predictions
- Alex Holliday (@AHolliday) – Custom datasets without test splits
- Surya (@surya3214) – CLI script bug fixes
- Y. Yang (@y-yang42) – Windowed attention mechanism fix
Full Changelog: 1.4.1...1.4.2