anylabeling使用和安装

源码地址:

git clone https://github.com/vietanhdev/anylabeling.git

Auto Labeling with Segment Anything

Features:

  • Image annotation for polygon, rectangle, circle, line and point.
  • Auto-labeling with YOLOv5 and Segment Anything.
  • Text detection, recognition and KIE (Key Information Extraction) labeling.
  • Multiple languages availables: English, Vietnamese, Chinese.

I. Install and run

1. Download and run executable

  • Download and run newest version from Releases.
  • For MacOS:
    • After installing, go to Applications folder
    • Right click on the app and select Open
    • From the second time, you can open the app normally using Launchpad

2. Install from Pypi

  • Requirements: Python >= 3.8, <= 3.10.

  • Recommended: Miniconda/Anaconda.

  • Create environment:

复制代码
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 # or pip install anylabeling-gpu for GPU support
  • Start labeling:
复制代码
anylabeling

II. Development

  • Generate resources:
复制代码
pyrcc5 -o anylabeling/resources/resources.py anylabeling/resources/resources.qrc
  • Run app:
复制代码
python anylabeling/app.py

III. Build executable

  • Install PyInstaller:
复制代码
pip install -r requirements-dev.txt
  • Build:
复制代码
bash build_executable.sh
  • Check the outputs in: dist/.
相关推荐
Kratzdisteln21 小时前
【Python】配置LLM API Key
java·服务器·python
默默前行的虫虫21 小时前
Python轻松实现某德地图可视化
python
智算菩萨21 小时前
基于Pygame的沉浸式新年特效系统设计与实现
开发语言·python·pygame
Dxy123931021621 小时前
国家税务总局中文点选验证码识别
python·深度学习·机器学习·图像识别·验证码识别·中文识别
一晌小贪欢1 天前
Python安装最新(2026版)python最新版安装(图文并茂-详细)
开发语言·python·python安装·pycharm安装·python最新安装·pycharm最新安装
BBB努力学习程序设计1 天前
深入理解 Python 中的__slots__:优化内存与属性管控的利器
python
机器懒得学习1 天前
通达信分时资金流向分析系统【附源码】
开发语言·python
mg6681 天前
0基础开发学习python工具_____用 Python 从零写一个贪吃蛇游戏:完整实现 + 打包成 .exe(附源码)
python·游戏·pygame·python开发
@zulnger1 天前
python 学习笔记(对象的方法)
笔记·python·学习
B站计算机毕业设计之家1 天前
大数据毕业设计:基于python图书数据分析可视化系统 书籍大屏 爬虫 清洗 可视化 当当网书籍数据分析 Django框架 图书推荐 大数据
大数据·爬虫·python·机器学习·自然语言处理·数据分析·课程设计