v3.0.1
CVHub520/X-AnyLabelingv3.0.1May 20, 2025by CVHub520
AI Summary
This release adds support for Ultralytics RT-DETR object detection models and improves label history management with new removal and addition methods. It also includes bug fixes for image data initialization and dependency requirements, along with performance optimizations for image folder imports.
Key Highlights
- Added support for Ultralytics RT-DETR object detection models
- Enhanced label history management with removal and addition methods
- Fixed image_data initialization bug in save_auto_labeling_result
- Optimized image folder import performance by disabling automatic EXIF processing
- Added 'pillow' to requirements for all platforms (macOS, Windows, Linux)
New Features
- Ultralytics RT-DETR object detection model support
- Label history management with removal and addition methods
Full Release Notes
### 🚀 New Features - Add support for Ultralytics RT-DETR object detection models (#944) - Enhance label history management by adding removal and addition methods for label history ### 🐛 Bug Fixes - Add 'pillow' to requirements for macOS, Windows, and Linux (#942) - Initialize image_data before base64 encoding in save_auto_labeling_result (#946) ### 🛠️ Improvements - Optimize image folder import performance by disabling automatic EXIF processing (#945) - Update requirements-macos.txt (#939) - Add FAQ entry for OpenSSL Uplink error during startup (#941) ### 🌟 Contributors A total of 8 developers contributed to this release. Thank @DenDen047, @4399123, @CVHub520 **Full Changelog**: https://github.com/CVHub520/X-AnyLabeling/compare/v3.0.0...v3.0.1