Skip to content

Effortless AI-assisted data labeling with AI support from Segment Anything and YOLO!

License

Notifications You must be signed in to change notification settings

vodanhbk95/anylabeling

 
 

Repository files navigation

🌟 AnyLabeling 🌟

Effortless data labeling with AI support from YOLO and Segment Anything!

AnyLabeling = LabelImg + Labelme + Improved UI + Auto-labeling

PyPI license open issues Pypi Downloads

AnyLabeling

Youtube Demo: https://www.youtube.com/watch?v=5iQSGL7ebXE

I. Install and run

conda create -n anylabeling python=3.8
conda activate anylabeling
  • (For macOS only) Install PyQt5 using Conda:
conda install -c conda-forge pyqt==5.15.7
  • Install anylabeling:
pip install anylabeling
  • Run app:
anylabeling

Or

python -m anylabeling.app

II. Development

  • Generate resources:
pyrcc5 -o anylabeling/resources/resources.py anylabeling/resources/resources.qrc
  • Run app:
python anylabeling/app.py

III. References

  • Labeling UI built with ideas and components from LabelImg, labelme.
  • Icons: Flat Icons

About

Effortless AI-assisted data labeling with AI support from Segment Anything and YOLO!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%