LaraStuStu d07baccd75 Merge branch 'master' of https://github.com/PaddlePaddle/PaddleX 5 years ago
..
AnnotationNote 3cf6a71603 Rename 2_[目标检测]和[实例分割]任务数据标注.md to 2_[实例分割]数据标注.md 5 years ago
标注工具安装和使用 d07baccd75 Merge branch 'master' of https://github.com/PaddlePaddle/PaddleX 5 years ago
.DS_Store 5cbf7e3f57 update documents 5 years ago
README.md 5cbf7e3f57 update documents 5 years ago
labelme2cityscape.py c3e4395b73 Create labelme2cityscape.py 5 years ago
labelme2coco.py a2c22e8d52 Create labelme2coco.py 5 years ago

README.md

数据标注

您可以使用LabeMe标注工具对您的数据进行标注,同时提供了数据处理脚本,帮助用户快速准备训练目标检测和语义分割任务所需的数据。

LabelMe

LabelMe是目前广泛使用的数据标注工具,并且在GitHub上开源给用户使用。
GitHub地址:https://github.com/wkentaro/labelme

LabelMe的安装

注:为了保证环境的统一,本文介绍了在Anaconda环境下安装及使用LableMe的方法,您也可以根据您的实际情况及需求,使用LableMe或其他标注工具

Windows: 参考文档[标注工具安装和使用/1_Windows/1_3_LabelMe安装.md]
Ubuntu: 参考文档[标注工具安装和使用/2_Ubuntu/2_3_LabelMe安装.md]
MacOS: 参考文档[标注工具安装和使用/3_MacOS/3_3_LabelMe安装.md]

LabelMe的使用

参考文档[AnnotationNote]