PaddleOCR/doc/doc_en/data_annotation_en.md

36 lines
753 B
Markdown
Raw Normal View History

2020-07-17 13:45:10 +08:00
# DATA ANNOTATION TOOLS
There are the commonly used data annotation tools, which will be continuously updated. Welcome to contribute tools~
2020-07-17 14:23:57 +08:00
## 1. labelImg
2020-07-17 13:45:10 +08:00
* Tool description: Rectangular label
* Tool address: https://github.com/tzutalin/labelImg
* Sketch diagram:
2020-07-17 14:22:58 +08:00
![labelimg](../datasets/labelimg.jpg)
2020-07-17 13:45:10 +08:00
2020-07-17 14:23:57 +08:00
## 2. roLabelImg
2020-07-17 13:45:10 +08:00
* Tool description: Label tool rewritten based on labelImg, supporting rotating rectangular label
* Tool address: https://github.com/cgvict/roLabelImg
2020-07-17 14:22:58 +08:00
* Sketch diagram:![roLabelImg](../datasets/roLabelImg.png)
2020-07-17 13:45:10 +08:00
2020-07-17 14:23:57 +08:00
## 3. labelme
2020-07-17 13:45:10 +08:00
* Tool description: Support four points, polygons, circles and other labels
* Tool address: https://github.com/wkentaro/labelme
* Sketch diagram:
2020-07-17 14:22:58 +08:00
![labelme](../datasets/labelme.jpg)