Files
wehub-resource-sync e904b667c6
Build/Publish Develop Docs / deploy (push) Failing after 1s
PaddleOCR Code Style Check / check-code-style (push) Failing after 1s
PaddleOCR PR Tests GPU / detect-changes (push) Failing after 1s
PaddleOCR PR Tests / detect-changes (push) Failing after 1s
PaddleOCR PR Tests GPU / test-pr-gpu (push) Has been cancelled
PaddleOCR PR Tests / test-pr (push) Has been cancelled
PaddleOCR PR Tests GPU / test-pr-gpu-impl (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.13) (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.8) (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.9) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 11:59:26 +08:00

41 lines
1.1 KiB
Markdown

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