data_annotation.en.md 774 Bytes
Newer Older
wanglch's avatar
wanglch committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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)