Skip to content

X-AnyLabeling v2.5.0

Latest
Compare
Choose a tag to compare
@CVHub520 CVHub520 released this 15 Oct 14:32
· 35 commits to main since this release

Released versions

Version MD5
X-AnyLabeling-CPU.exe e92cbfc03300c40312f5b4d4aa821200
X-Anylabeling-Linux-CPU 34f765b5cba2cd6a58ce05931045958a

Note

For GPU acceleration and the macOS version, please consult the guide at this link.
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
  2. Object proposal generation based on UPN: Installation Guide
  3. Interactive visual-text prompting for generic vision tasks: Installation Guide

Open Vision

Interactive Visual-Text Prompting for Generic Vision Tasks

Important updates

  • 🚀 feat(model): add support interactive visual-text prompting for generic vision tasks by @CVHub520 in 8f5768b
  • 🚀 feat(auto-labeling): optimize rectangle mode to use minimum bounding box by @CVHub520 in 4118efd
  • 🚀 feat(model): add support for SAM2.1 model by @CVHub520 in 812634d
  • 🚀 feat(model): add support for Florence-2 model (#679) by @CVHub520 in 67aac31
  • 🚀 feat(model): add support for the upn model to generate proposal boxes by @CVHub520 in 05eea0a
  • 🚀 feat(model): add support for yolov5-sahi model by @CVHub520 in 455b354
  • 🚀 feat(tool): add range selection for label batch modification (#708) by @CVHub520 in dcb7c51
  • 🚀 feat(export): add options dialog with additional export path selection (#702) by @CVHub520 in 398cb6b
  • 🚀 feat(import/export): add support for importing/exporting COCO keypoint annotations (#190) by @CVHub520 in 43cd1da
  • 🚀 feat(model): Added support for DocLayout-YOLO model
  • 🚀 feat(drawer): add option to color bounding boxes by category or instance by @CVHub520 in ba719c5
  • 🚀 feat(ui): add action to loop through each label by @julianstirling in 96f0617
  • 🐛 fix(import): handle invalid file paths in natural sort (#734) by @CVHub520 in 2b27a90
  • 🐛 fix(export): improve mask overlapping handling in custom_to_mask method by @CVHub520 in 2dd1968
  • 🐛 fix(tool): fix the path parsing error of the save_crop function by @wpNZC in 3a7c1e2
  • 🐛 fix(ui): disable delete action when no shapes present by @CVHub520 in 71d4cf2
  • 🐛 fix(model): correct image normalization in Recognize-Anything-Model preprocessing (#657) by @CVHub520 in 0b07dc4
  • 📚 docs(installation): add onnxruntime compatibility by @CVHub520 in 37e87a2
  • 🎨 refactor(ui): modernize GroupIDModifyDialog with improved styling by @CVHub520 in 7545561

Full Changelog: v2.4.4...v2.5.0