Recent Releases of anylabeling

anylabeling - AnyLabeling v0.4.29

What's Changed

-Added new Github workflow for binary builds. Now you can download pre-built binaries for AnyLabeling!

Note: We don't have all machine environment for testing. Please test them and open a PR if you find any issues. Thank you very much!

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

- Python
Published by github-actions[bot] about 1 year ago

anylabeling - AnyLabeling v0.4.25

What's Changed

  • Dark/Light theme:

  • Dock-style toolbars - Freely arrange your labeling workspace:

  • Fixed inconsistent colors between Objects and Labels lists when using auto-labeling feature.

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

- Python
Published by github-actions[bot] about 1 year ago

anylabeling - AnyLearning v0.4.16

What's Changed

Export data from AnyLearning to different formats: - YOLO - COCO - Pascal VOC - CreateML

Screenshot:

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

- Python
Published by github-actions[bot] over 1 year ago

anylabeling - AnyLabeling v0.4.8

What's Changed

  • Add Segment Anything 2 support.
  • Remove YOLOv5.
  • Fix crash when removing points.
    • PR: #163
  • Canvas performance improvements.
    • PR: #165
  • Fix for loading model configs.
    • PR: #166

- Python
Published by github-actions[bot] almost 2 years ago

anylabeling - AnyLabeling v0.4.0

What's Changed

  • Add Segment Anything 2 support.
  • Remove YOLOv5.
  • Fix crash when removing points.
    • PR: #163
  • Canvas performance improvements.
    • PR: #165
  • Fix for loading model configs.
    • PR: #166

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

- Python
Published by github-actions[bot] almost 2 years ago

anylabeling - 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.

- Python
Published by github-actions[bot] almost 3 years ago

anylabeling - 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

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

- Python
Published by github-actions[bot] almost 3 years ago

anylabeling - AnyLabeling v0.2.24

What's Changed

  • Fix building .dmg for macOS.

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

- Python
Published by github-actions[bot] about 3 years ago

anylabeling - 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.

- Python
Published by github-actions[bot] about 3 years ago

anylabeling - AnyLabeling v0.2.22

What's Changed

Screenshot 2023-05-06 at 3 19 47 PM

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

- Python
Published by github-actions[bot] about 3 years ago

anylabeling - 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.

- Python
Published by github-actions[bot] about 3 years ago

anylabeling - 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.

- Python
Published by github-actions[bot] about 3 years ago

anylabeling - 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.

- Python
Published by github-actions[bot] about 3 years ago

anylabeling - AnyLabeling v0.2.15

  • Restore the app icon.

- Python
Published by github-actions[bot] about 3 years ago

anylabeling - AnyLabeling v0.2.14

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.

- Python
Published by github-actions[bot] about 3 years ago

anylabeling - AnyLabeling v0.2.13

What's Changed

Support multiple languages for all UI features: - English (default language). - Vietnamese. - Chinese (zh_CN). Thank @yibaoby for the translation.

Now you can select the language from the menu.

Screenshot 2023-04-29 at 11 10 55 PM

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

- Python
Published by github-actions[bot] about 3 years ago

anylabeling - AnyLabeling v0.2.12

What's Changed

  • Update icons.
  • Fixed: Could not open single image file.

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

- Python
Published by github-actions[bot] about 3 years ago

anylabeling - AnyLabeling v0.2.11

What's Changed

  • Fixed #50: Crashing when running auto labeling for gray images.
  • Fixed wrong label color for new objects from Segment Anything.

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

- Python
Published by github-actions[bot] about 3 years ago

anylabeling - AnyLabeling v0.2.10

What's Changed

  • Add auto release workflow
    • PR: #49

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

- Python
Published by github-actions[bot] about 3 years ago

anylabeling - Release v0.2.9

What's Changed

  • 🐞fix: fix shape.label is none caused by label_dialog return empty s… by @liaozihang in https://github.com/vietanhdev/anylabeling/pull/44

New Contributors

  • @liaozihang made their first contribution in https://github.com/vietanhdev/anylabeling/pull/44
  • @qqqhhh-any made their first contribution in https://github.com/vietanhdev/anylabeling/pull/47

Full Changelog: https://github.com/vietanhdev/anylabeling/compare/v0.2.8...v0.2.9

- Python
Published by vietanhdev about 3 years ago

anylabeling - Release v0.2.8

What's Changed

  • Rectangle output for SAM
  • Fix text editing when switching between modes

- Python
Published by vietanhdev about 3 years ago

anylabeling - 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.

- Python
Published by vietanhdev about 3 years ago

anylabeling - 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.

- Python
Published by vietanhdev about 3 years ago

anylabeling - 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.

- Python
Published by vietanhdev about 3 years ago

anylabeling - Release v0.1.1

- Python
Published by vietanhdev about 3 years ago

anylabeling - Test release v0.0.2

  • Labeling tool for Computer Vision
  • Support YOLOv5
  • Preview support for Segment Anything

- Python
Published by vietanhdev about 3 years ago