Releases: vietanhdev/anylabeling
Releases · vietanhdev/anylabeling
AnyLabeling v0.4.8
AnyLabeling v0.3.3
What's Changed
- Fixed some issues when inferencing SAM.
- Adjust color for a better look in Dark mode.
If you find this project useful, please consider sponsoring its development.
AnyLabeling v0.3.2
What's Changed
- Support models from SAM Exporter.
- Use zip format for model downloading.
- Support MobileSAM - super fast auto labeling experience.
- Fix wrong model URL for SAM ViT-L.
If you find this project useful, please consider sponsoring its development.
AnyLabeling v0.2.24
What's Changed
- Fix building .dmg for macOS.
If you find this project useful, please consider sponsoring its development.
AnyLabeling v0.2.23
What's Changed
- Handle some issues with model downloading:
- Wrong status.
- Timeout when downloading models.
If you find this project useful, please consider sponsoring its development.
AnyLabeling v0.2.22
What's Changed
- Add the option to load custom models.
- Please download sample custom models from AnyLabeling Assets v0.4.0.
If you find this project useful, please consider sponsoring its development.
AnyLabeling v0.2.21
What's Changed
- Add Auto Use Last Label to speed up labeling #74 . Documentation: https://anylabeling.com/docs/auto-use-last-label.
If you find this project useful, please consider sponsoring its development.
AnyLabeling v0.2.19
What's Changed
- Separated two versions: with GPU and without GPU support.
Installing from Pypi
- For CPU version:
pip install -U anylabeling
- For GPU version:
pip install -U anylabeling-gpu
Download binary files
Use versions with -GPU
for GPU support.
If you find this project useful, please consider sponsoring its development.
AnyLabeling v0.2.16
What's Changed
- Fixed random crashing when scrolling. Reported by @yibaoby.
- Ignore SSL verification when downloading models to avoid errors when using a proxy. #52
If you find this project useful, please consider sponsoring its development.
AnyLabeling v0.2.15
- Restore the app icon.