Skip to content

Releases: vietanhdev/anylabeling

AnyLabeling v0.3.3

02 Jul 04:01
Compare
Choose a tag to compare

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

29 Jun 01:17
Compare
Choose a tag to compare

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

If you find this project useful, please consider sponsoring its development.

AnyLabeling v0.2.24

07 May 15:52
Compare
Choose a tag to compare

What's Changed

  • Fix building .dmg for macOS.

If you find this project useful, please consider sponsoring its development.

AnyLabeling v0.2.23

07 May 15:28
71bba13
Compare
Choose a tag to compare

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

06 May 08:22
Compare
Choose a tag to compare

What's Changed

Screenshot 2023-05-06 at 3 19 47 PM

If you find this project useful, please consider sponsoring its development.

AnyLabeling v0.2.21

05 May 13:10
Compare
Choose a tag to compare

What's Changed

If you find this project useful, please consider sponsoring its development.

AnyLabeling v0.2.19

04 May 17:11
Compare
Choose a tag to compare

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

01 May 17:20
Compare
Choose a tag to compare

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

30 Apr 19:39
Compare
Choose a tag to compare
  • Restore the app icon.

AnyLabeling v0.2.14

30 Apr 19:34
15eabcb
Compare
Choose a tag to compare

What's Changed

  • Don't specify providers for ONNXRuntime - Let it decide automatically.
  • Optimize image size to max 64x64.

If you find this project useful, please consider sponsoring its development.