Releases: vietanhdev/anylabeling
Releases · vietanhdev/anylabeling
Release v0.2.9
What's Changed
- 🐞fix: fix
shape.labelis none caused by label_dialog return empty s… by @liaozihang in #44
New Contributors
Full Changelog: v0.2.8...v0.2.9
Release v0.2.8
What's Changed
- Rectangle output for SAM
- Fix text editing when switching between modes
Release v0.2.6
- Fix crashing due to QPoint type
- Draw all points only when selecting the shape
- Remove small contours
- Added documentation website at https://anylabeling.com.
Release v0.2.2
- Add all Segment Anything models.
- Validate ONNX models on load.
- Run model in separate thread + add cache.
- Build wheels with Github workflow.
- Inference encoder for Segment Anything in the background.
Release v0.2.0
- Add all Segment Anything models.
- Validate ONNX models on load.
- Run model in separate thread + add cache.
- Build wheels with Github workflow.
- Inference encoder for Segment Anything in the background.
Release v0.1.6
- Fix labeling issues reported by users.
- Added all YOLOv5 and YOLOv8 models. Contributor: @hdnh2006
- Add instructions to build executable files with PyInstaller.
Release v0.1.1
- Fix some issues reported in: #2.
- Reorder points for rectangles.
- Bump to v0.1.1.
Test release v0.0.2
- Labeling tool for Computer Vision
- Support YOLOv5
- Preview support for Segment Anything