You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleOCR/doc/doc_ch/data_annotation.md

28 lines
949 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 数据标注工具
这里整理了常用的数据标注工具,持续更新中,欢迎各位小伙伴贡献工具~
### 1. labelImg
- 工具描述:矩形标注
- 工具地址https://github.com/tzutalin/labelImg
- 示意图:
![](../datasets/labelimg.jpg)
### 2. roLabelImg
- 工具描述基于labelImg重写的标注工具支持旋转矩形标注
- 工具地址https://github.com/cgvict/roLabelImg
- 示意图:
![](../datasets/roLabelImg.png)
### 3. labelme
- 工具描述:支持四点、多边形、圆形等多种标注
- 工具地址https://github.com/wkentaro/labelme
- 示意图:
![](../datasets/labelme.jpg)
### 4. Vott
- 工具描述:支持矩形,多边形等图片标注.支持视频标注.方便使用的快捷键以及比较好看的界面.同时支持导出多种标签格式.
- 工具地址https://github.com/microsoft/VoTT
- 示意图:
![](../datasets/VoTT.jpg)