Labelme Seg2 - meter range, unit and type

使用Labelme标注仪表类型、单位和量程

1. Labelme安装,使用Anaconda安装。

创建python虚拟环境,安装labelme:

conda create --name=labelme python=3
conda activate labelme
pip install labelme

# or install standalone executable/app from:
# https://github.com/labelmeai/labelme/releases

# or install from source
pip3 install git+https://github.com/labelmeai/labelme

使用:Anaconda-->虚拟环境-->labelme-->打开终端:

labelme  # just open gui

2. 使用

标注后将json文件转换为标签图像,之后创建索引用于PaddleSeg训练(将Labelme生成的数据集转换为PaddleSeg支持的数据集)。

Reference:


Next Post Previous Post
No Comment
Add Comment
comment url