首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >anylabeling使用和安装

anylabeling使用和安装

作者头像
云未归来
发布2025-07-20 14:58:44
发布2025-07-20 14:58:44
10600
代码可运行
举报
运行总次数:0
代码可运行

源码地址:

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

Auto Labeling with Segment Anything

AnyLabeling-SegmentAnything
AnyLabeling-SegmentAnything

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:
代码语言:javascript
代码运行次数:0
运行
复制
conda create -n anylabeling python=3.8
conda activate anylabeling
  • (For macOS only) Install PyQt5 using Conda:
代码语言:javascript
代码运行次数:0
运行
复制
conda install -c conda-forge pyqt==5.15.7
  • Install anylabeling:
代码语言:javascript
代码运行次数:0
运行
复制
pip install anylabeling # or pip install anylabeling-gpu for GPU support
  • Start labeling:
代码语言:javascript
代码运行次数:0
运行
复制
anylabeling

II. Development

  • Generate resources:
代码语言:javascript
代码运行次数:0
运行
复制
pyrcc5 -o anylabeling/resources/resources.py anylabeling/resources/resources.qrc
  • Run app:
代码语言:javascript
代码运行次数:0
运行
复制
python anylabeling/app.py

III. Build executable

  • Install PyInstaller:
代码语言:javascript
代码运行次数:0
运行
复制
pip install -r requirements-dev.txt
  • Build:
代码语言:javascript
代码运行次数:0
运行
复制
bash build_executable.sh
  • Check the outputs in: dist/.
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2025-07-17,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • I. Install and run
    • 1. Download and run executable
    • 2. Install from Pypi
  • II. Development
  • III. Build executable
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档