交互式标注软件
Project description
EISeg
EISeg(Efficient Interactive Segmentation)高效交互式分割标注软件
安装
交互式标注过程中需要用到深度学习模型推理,模型权重文件目前需要单独下载。EISeg提供多种安装方式,其中使用pip,conda和运行代码方式可兼容Windows,Mac OS和Linux。为了避免环境冲突,推荐在conda创建的虚拟环境中安装。
PIP
最简单的安装方式是使用pip
pip install eiseg
pip会自动安装依赖。安装完成后命令行输入
eiseg
即可运行软件。
Conda
首先安装Anaconda或Miniconda,过程参考清华镜像教程。
conda create -n eiseg python=3.8
conda install qtpy
pip install eiseg
eiseg
Windows exe
EISeg使用QPT进行打包。可以从百度云盘(提取码:82z9)下载目前最新的EISeg,也可从Releases中进行下载。解压后双击启动程序.exe即可运行程序。程序第一次运行会初始化安装所需要的包,请稍等片刻。
运行代码
首先clone本项目到本地。
git clone https://github.com/paddlecv-sig/eiseg
cd eiseg
pip install -r requirements.txt
python -m eiseg
即可开始执行。
注:软件默认安装cpu版Paddle,如需使用GPU版可以按照Paddle官网教程安装。
开发者
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file EISeg-0.1.6.tar.gz.
File metadata
- Download URL: EISeg-0.1.6.tar.gz
- Upload date:
- Size: 179.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
126039700091205b6f878889a6ebf783fba9727c798be2dc8ce75f5fc3d43e03
|
|
| MD5 |
8d58beb078859f2838f77a1ac305615e
|
|
| BLAKE2b-256 |
1e30f84e11d4f5bc85bbd8ce0d46cf3b5829cee40e03e873b97671755f7f939e
|
File details
Details for the file EISeg-0.1.6-py3-none-any.whl.
File metadata
- Download URL: EISeg-0.1.6-py3-none-any.whl
- Upload date:
- Size: 206.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b7b989f43f2d49823a228a7c628d96aae1d59fb1730afb209d11b847f617e51
|
|
| MD5 |
e538bd4a16ff14983b08c69264521b7d
|
|
| BLAKE2b-256 |
ce880bd9456225eee473988f26b8370e1433764bffb995354b77aceccb6465e1
|