anylabeling使用和安装

源码地址:

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

Auto Labeling with Segment Anything

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:

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

 

 

相关推荐

  1. postcss安装使用

    2024-04-08 15:42:02       35 阅读
  2. postcss安装使用

    2024-04-08 15:42:02       36 阅读
  3. postcss安装使用

    2024-04-08 15:42:02       39 阅读
  4. postcss安装使用

    2024-04-08 15:42:02       36 阅读
  5. postcss安装使用

    2024-04-08 15:42:02       40 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-08 15:42:02       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-08 15:42:02       100 阅读
  3. 在Django里面运行非项目文件

    2024-04-08 15:42:02       82 阅读
  4. Python语言-面向对象

    2024-04-08 15:42:02       91 阅读

热门阅读

  1. opencv+python(图形绘制)

    2024-04-08 15:42:02       39 阅读
  2. set feedback 和set define

    2024-04-08 15:42:02       50 阅读
  3. 介绍 TensorFlow 的基本概念和使用场景。

    2024-04-08 15:42:02       40 阅读
  4. 将下载的jar依赖导入到本地依赖库(oracle、DM)

    2024-04-08 15:42:02       40 阅读
  5. 魔众 文库配置异步转换

    2024-04-08 15:42:02       37 阅读
  6. 【力扣】7. 整数反转

    2024-04-08 15:42:02       36 阅读
  7. redis内存淘汰策略

    2024-04-08 15:42:02       37 阅读
  8. SQL知识点:UNION ALL

    2024-04-08 15:42:02       33 阅读