v2.4.3
CVHub520/X-AnyLabelingv2.4.3Sep 8, 2024by CVHub520
AI Summary
This is a bug fix and optimization release for X-AnyLabeling v2.4.3. It addresses issues with shape dimensions and YOLOv6lite face model loading, adds support for the RMBG v1.4 image matting model, and includes several usability improvements like natural sorting for labels and enhanced logging.
Key Highlights
- Fixed model loading error for YOLOv6lite face models (#638)
- Added support for RMBG v1.4 model for image matting
- Implemented natural sorting for QListWidget labels (#627)
- Enabled support for user-defined labels and track IDs (#629)
- Enhanced logging with bold and colored headers for better readability
New Features
- Added support for RMBG v1.4 model for image matting
- Enhanced logging with bold and colored headers
- Natural sorting for QListWidget labels
- Support for user-defined labels and track IDs
- Improved EXIF orientation handling with backup and logging
- Modified indexing operations to improve file navigation efficiency
Full Release Notes
## Released versions | Version | MD5 | |---------|------------------------------------| | X-AnyLabeling-CPU.exe | e51ee39db428686c6e1dfea53f80d148 | | X-Anylabeling-Linux-CPU | 3d2a3751229e6a702b52862367306c4a | > [!NOTE] > For GPU acceleration and the macOS version, please consult the guide at [this link](https://github.com/CVHub520/X-AnyLabeling/blob/main/docs/en/get_started.md). > To use the video tracking feature with segment-anything-2, refer to the same document. ## Important updates * [Bug fixed] Ensure integer values for shape dimensions in show_shape signal by @CVHub520 in f974994501f6313c9917f1d846e38c673829c41a * [Bug fixed] Fixed model loading error for YOLOv6lite face models (#638) by @CVHub520 in 995cf04c056ebfea2229a5c9f2bce4f44c7dce46 * [Refactor] Enhance logging with bold and colored headers for better readability by @CVHub520 in 73a42889e7a41db14bb5e3f94354f7a56c4db143 * [Model] Added support RMBG v1.4 model for image matting by @CVHub520 in 5a599e8192877da641fd226237656550688b9191 * [Optimize]: Modify indexing operations to improve file navigation efficiency by @CVHub520 in e67a79fc2a8c10603ce1e4f560c2bbf60beb8d12 * [Optimize] Improve EXIF orientation handling with backup and logging by @CVHub520 in 59a73faf729a051914a31095495d76a45d82c5fb * [Optimize] Implement natural sorting for QListWidget labels (#627) by @CVHub520 in 3638fa9dac6bfec2adecbcbbff80cd138d243d5f * [Optimize] Enable support for user-defined labels and track IDs (#629) by @CVHub520 in b173161dccc31248dd970be89fd834d8a2bb426c **Full Changelog**: https://github.com/CVHub520/X-AnyLabeling/compare/v2.4.2...v2.4.3