From 455769b13a38eaf97fb77736fd327528e61575ff Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Fri, 17 Jul 2020 14:26:43 +0800 Subject: [PATCH] Update data_annotation_en.md --- doc/doc_en/data_annotation_en.md | 49 +++++++++++--------------------- 1 file changed, 17 insertions(+), 32 deletions(-) diff --git a/doc/doc_en/data_annotation_en.md b/doc/doc_en/data_annotation_en.md index bec568ad..176aa6d5 100644 --- a/doc/doc_en/data_annotation_en.md +++ b/doc/doc_en/data_annotation_en.md @@ -1,35 +1,20 @@ # 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](../datasets/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](../datasets/roLabelImg.png) - - - -## 3. labelme - -* Tool description: Support four points, polygons, circles and other labels - -* Tool address: https://github.com/wkentaro/labelme - -* Sketch diagram: - - ![labelme](../datasets/labelme.jpg) +### 1. labelImg +- Tool description: Rectangular label +- Tool address: https://github.com/tzutalin/labelImg +- Sketch diagram: +![labelimg](../datasets/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](../datasets/roLabelImg.png) + +### 3. labelme +- Tool description: Support four points, polygons, circles and other labels +- Tool address: https://github.com/wkentaro/labelme +- Sketch diagram: +![labelme](../datasets/labelme.jpg) -- GitLab