Skip to main content

交互式标注软件

Project description

Python 3.6 License

EISeg

EISeg(Efficient Interactive Segmentation)高效交互式分割标注软件

安装

交互式标注过程中需要用到深度学习模型推理,模型权重文件目前需要单独下载。EISeg提供多种安装方式,其中使用pipconda运行代码方式可兼容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官网教程安装。

开发者

JueYing Hao

YiZhou Chen

Lin Han

GT

ZhiLiang Yu

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EISeg-0.1.6.tar.gz (179.9 kB view hashes)

Uploaded Source

Built Distribution

EISeg-0.1.6-py3-none-any.whl (206.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page