v2.5.3
CVHub520/X-AnyLabelingv2.5.3Jan 12, 2025by CVHub520
AI Summary
X-AnyLabeling v2.5.3 is a bug fix and performance optimization release focusing on improving stability and handling of edge cases. The update includes performance optimizations for large files, fixes for batch processing loading issues, and corrections for pose mode annotation handling.
Key Highlights
- Performance optimization for large file processing in label_widget (#743)
- Fixed batch processing loading mistake in run_all_images mode (#777)
- Fixed pose_data reset issue in pose mode for correct annotation handling (#791)
- Released new CPU executables for Windows and Linux with updated MD5 checksums
Full Release Notes
## Released versions | Version | MD5 | |---------|------------------------------------| | X-AnyLabeling-CPU.exe | 5f6d9ee6e074d21c2947746fbca4200d | | X-Anylabeling-Linux-CPU | 47b757f789a8a739a1b4e44f9507c5b6 | > [!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). > If you need to use the following advanced features, please refer to the corresponding documentation to install additional dependencies. > > 1. Video object tracking based on Segment-Anything-2: [Installation Guide](../../examples/interactive_video_object_segmentation/README.md) > 2. Object proposal generation based on UPN: [Installation Guide](../../examples/detection/hbb/README.md) > 3. Interactive visual-text prompting for generic vision tasks: [Installation Guide](../../examples/detection/hbb/README.md) ## Important updates - ⚡ perf(label_widget): optimize performance for large files (#743) by @CVHub520 in ea546fc3f78befa4e1da86c019b75fc33a3ca525 - 🐛 fix(run_all_images): resolve loading mistake in batch processing (#777) by @CVHub520 in 44f2fa31819def31693b3aea30c4aba6b5e25a79 - 🐛 fix(label_converter): reset pose_data for each new image in pose mode to ensure correct annotation handling (#791) by @CVHub520 in 29ba84e413e06b83a9118e8868bde6201b710d33 **Full Changelog**: https://github.com/CVHub520/X-AnyLabeling/compare/v2.5.2...v2.5.3