Skip to content

X-AnyLabeling v2.4.0

Latest
Compare
Choose a tag to compare
@CVHub520 CVHub520 released this 14 Jul 08:57
· 106 commits to main since this release

Released versions

Version MD5
X-AnyLabeling-CPU.exe 8442c84cafdf6deddfe9e5fceb9af17e
X-Anylabeling-Linux-CPU b13829a34a1ff0f0b193c51fc4d951ea

Note

To utilize GPU acceleration or the macOS version, refer to the guide at this.

Supported models

Task Model
Image Classification ResNet50, InternImage, YOLOv5-cls, YOLOv8-cls, PULC Person/Vehicle Attribute
Object Detection YOLOv5, YOLOv6, YOLOv7, YOLOv8, YOLOv9, YOLOv10, YOLOX, YOLO-NAS, DAMO_YOLO, GOLD_YOLO, RT-DETR, RTMDet
Instance Segmentation YOLOv5-seg, YOLOv8-seg
Keypoint Detection RTMPose, DWPose, YOLOv6-face, YOLOv8-pose
Oriented Object Detection YOLOv5_obb, YOLOv8_obb
Multi-Object Tracking Bot-Sort, ByteTrack
Segment Anything SAM2, SAM, SAM-HQ, EdgeSAM, MobileSAM, EfficientViT-SAM, Med-SAM2D
Optical Character Recognition PPOCRv4
Land Detection CLRNet
Image Captioning RAM++, RAM
Visual Language Model Grounding-DINO, Chinese-CLIP, YOLO-World
Depth Estimation Depth Anything v2, Depth Anything

Important updates

New features

Docs

Bug fixed

  • Fixed image distortion issue during brightness and contrast adjustment by @CVHub520 in 252ded0
  • Fixed type error in fillRect by converting float values to int for compatibility with higher Python version by @CVHub520 in 71cfc30
  • Resolved too many values to unpack error during YOLO class post-process by @CVHub520 in a69077d
  • Fixed invalid literal for int() with base issue by @CVHub520 in 9380142
  • Avoided directory not empty error when loading model @CVHub520 in 599327b
  • Prevented crash when switching from image directory to imported image by @CVHub520 in 2402268
  • Fixed the issue where BMP image files could not be loaded due to the missing '_getexif' attribute by @UnlimitedWand in 6f64077

Full Changelog: v2.3.7...v2.4.0