mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-07-23 08:51:57 +00:00

* docs: Add a new document site * docs: Update comment setting * chore(pre-commit): Remove rules of md and remove the size limits of 512kb * chore(format): Run pre-commit in local * ci(document): Change the default name of building document site. * chore: Update .pre-commit-config.yaml
32 lines
774 B
Markdown
32 lines
774 B
Markdown
---
|
|
comments: true
|
|
---
|
|
|
|
# DATA ANNOTATION TOOLS
|
|
|
|
There are the commonly used data annotation tools, which will be continuously updated. Welcome to contribute tools~
|
|
|
|
## 1. labelImg
|
|
|
|
- Tool description: Rectangular label
|
|
- Tool address: <https://github.com/tzutalin/labelImg>
|
|
- Sketch diagram:
|
|
|
|

|
|
|
|
## 2. roLabelImg
|
|
|
|
- Tool description: Label tool rewritten based on labelImg, supporting rotating rectangular label
|
|
- Tool address: <https://github.com/cgvict/roLabelImg>
|
|
- Sketch diagram:
|
|
|
|

|
|
|
|
## 3. labelme
|
|
|
|
- Tool description: Support four points, polygons, circles and other labels
|
|
- Tool address: <https://github.com/wkentaro/labelme>
|
|
- Sketch diagram:
|
|
|
|

|