v2.5.2

CVHub520/X-AnyLabelingv2.5.2Jan 2, 2025by CVHub520

AI Summary

This v2.5.2 release of X-AnyLabeling focuses on export functionality enhancements and bug fixes. The key improvement adds support for classes.txt and zip output formats when exporting annotations, along with a fix for image dimension validation errors in batch processing.

Key Highlights

  • Enhanced export functionality with classes.txt and zip output support (#775)
  • Fixed image dimension validation errors in run_all_images batch processing (#762)
  • Updated downloads badges in README documentation
  • Provides CPU executables for Windows and Linux with MD5 checksums

New Features

  • Export now supports generating classes.txt alongside annotation files
  • Export now supports zip output format for bundled annotation exports
  • Resolved image dimension validation errors when processing multiple images

Full Release Notes

## Released versions

| Version | MD5                                |
|---------|------------------------------------|
| X-AnyLabeling-CPU.exe | 46358ce4db8728d9760945bc66d45ea3 |
| X-Anylabeling-Linux-CPU | 0338e3ffe7d15ee1bb0c50eab7e486e8 |

> [!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

- 🚀 feat(overview): enhance export functionality with classes.txt and zip output (#775) by @CVHub520 in 2a811cb5cef2f86e42a9ac098fb43a1f8b0d53c7
- 🐛 fix(run_all_images): resolve image dimension validation errors (#762) by @CVHub520 in 7438c892746013e295a2384e463a6f1f634e6c1e
- 📚 docs(README): update downloads badges by @CVHub520 in 85f629f59a7ddef765aedcc639f6843c966b38ad

**Full Changelog**: https://github.com/CVHub520/X-AnyLabeling/compare/v2.5.1...v2.5.2