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.
![Screenshot 2023-06-29 at 12 54 30 AM](https://private-user-images.githubusercontent.com/18329471/249571555-e872d598-5e8d-4008-9bea-c7eefecca5b9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTAyMjgsIm5iZiI6MTczODg0OTkyOCwicGF0aCI6Ii8xODMyOTQ3MS8yNDk1NzE1NTUtZTg3MmQ1OTgtNWU4ZC00MDA4LTliZWEtYzdlZWZlY2NhNWI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDEzNTIwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc3ZDI0OTY3YWRkMmFhYWJiOTcyMmVhODIzNzkxMTc4M2JhMTg0Y2ZhN2ZmZWM1ZGNhMWRlYWU0NzMwOTRjMDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NIUwAkWkblGndgPAGwEE4T1pFOhnkvyYSlU5xxejYEg)
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.