first commit
Some checks are pending
Build/Publish Develop Docs / deploy (push) Waiting to run

This commit is contained in:
2025-07-02 08:57:16 +03:00
commit 56532cc9a9
1901 changed files with 457695 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
---
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:
![labelimg](./images/labelimg.jpg)
## 2. roLabelImg
- Tool description: Label tool rewritten based on labelImg, supporting rotating rectangular label
- Tool address: <https://github.com/cgvict/roLabelImg>
- Sketch diagram:
![roLabelImg](./images/roLabelImg.png)
## 3. labelme
- Tool description: Support four points, polygons, circles and other labels
- Tool address: <https://github.com/wkentaro/labelme>
- Sketch diagram:
![labelme](./images/labelme.jpg)

View File

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

View File

@@ -0,0 +1,17 @@
---
comments: true
---
# DATA SYNTHESIS TOOLS
In addition to open source data, users can also use synthesis tools to synthesize data.
There are the commonly used data synthesis tools, which will be continuously updated. Welcome to contribute tools~
* [Text_renderer](https://github.com/Sanster/text_renderer)
* [SynthText](https://github.com/ankush-me/SynthText)
* [SynthText_Chinese_version](https://github.com/JarveeLee/SynthText_Chinese_version)
* [TextRecognitionDataGenerator](https://github.com/Belval/TextRecognitionDataGenerator)
* [SynthText3D](https://github.com/MhLiao/SynthText3D)
* [UnrealText](https://github.com/Jyouhou/UnrealText/)
* [SynthTIGER](https://github.com/clovaai/synthtiger)

View File

@@ -0,0 +1,15 @@
---
comments: true
---
# 数据合成工具
除了开源数据,用户还可使用合成工具自行合成。这里整理了常用的数据合成工具,持续更新中,欢迎各位小伙伴贡献工具~
- [text_renderer](https://github.com/Sanster/text_renderer)
- [SynthText](https://github.com/ankush-me/SynthText)
- [SynthText_Chinese_version](https://github.com/JarveeLee/SynthText_Chinese_version)
- [TextRecognitionDataGenerator](https://github.com/Belval/TextRecognitionDataGenerator)
- [SynthText3D](https://github.com/MhLiao/SynthText3D)
- [UnrealText](https://github.com/Jyouhou/UnrealText/)
- [SynthTIGER](https://github.com/clovaai/synthtiger)

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 953 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

View File

@@ -0,0 +1,6 @@
---
comments: true
---
- Semi-automatic Annotation Tool: PPOCRLabel: <https://github.com/PFCCLab/PPOCRLabel/blob/main/README_ch.md>
- Data Synthesis Tool: Style-Text: <https://github.com/PFCCLab/StyleText/blob/main/README_ch.md>

View File

@@ -0,0 +1,7 @@
---
comments: true
---
- 半自动标注工具 PPOCRLabel: <https://github.com/PFCCLab/PPOCRLabel/blob/main/README_ch.md>
- 数据合成工具 Style-Text: <https://github.com/PFCCLab/StyleText/blob/main/README_ch.md>