SFKs commited on
Commit
f7e71e6
1 Parent(s): ec2947b

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -5
README.md CHANGED
@@ -1,5 +1,80 @@
1
- ---
2
- license: openrail
3
- language:
4
- - aa
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div align="center">
2
+ <article style="display: flex; flex-direction: column; align-items: center; justify-content: center;">
3
+ <p align="center"><img width="300" src="https://github.com/opendatalab/labelU/blob/main/images/labelU-logo.svg" /></p>
4
+ <h1 style="width: 100%; text-align: center;"></h1>
5
+ </p>
6
+ </article>
7
+
8
+ <a href="./README_zh-CN.md" >简体中文</a> | English
9
+
10
+ <p align="center">
11
+ <img style="width: 700px" src="./docs/assets/main.png">
12
+ </p>
13
+
14
+ </div>
15
+
16
+ ## Introduction
17
+
18
+ LabelU is an open source data annotation tool that supports Chinese. At present, it has image annotation capabilities such as rectangle, polygon, point, line, classification, description. It can support detection, classification, segmentation, text transcription, Line detection, key point detection and other computer vision task scenarios. You can customize the annotation task by freely combining tools, and support COCO and MASK format data export.
19
+
20
+ ## Getting started
21
+
22
+ ### Download and Install miniconda
23
+
24
+ https://docs.conda.io/en/latest/miniconda.html
25
+
26
+ ### Create and activate virtual environment(python = 3.10)
27
+
28
+ ```bash
29
+ conda create -n labelu --python=3.10
30
+ conda activate labelu
31
+ ```
32
+
33
+ ### Install labelu
34
+
35
+ ```bash
36
+ pip install labelu
37
+ ```
38
+
39
+ ### Start labelu,server:http://localhost:8000
40
+
41
+ ```bash
42
+ labelu
43
+ ```
44
+
45
+ ## feature
46
+
47
+ - Uniform,Six image annotation tools are provided, which can be configured through simple visualization or Yaml
48
+ - Unlimited,Multiple tools can be freely combined to meet most image annotation requirements
49
+ - Universal,Support multiple data export formats, including LabelU, COCO, Mask
50
+
51
+ ## Scenes
52
+
53
+ ### Computer Vision
54
+
55
+ - Detection: Detection scenes for vehicles, license plates, pedestrians, faces, industrial parts, etc.
56
+ - Classification: Detection of object classification, target characteristics, right and wrong judgments, and other classification scenarios
57
+ - Semantic segmentation: Human body segmentation, panoramic segmentation, drivable area segmentation, vehicle segmentation, etc.
58
+ - Text transcription: Text detection and recognition of license plates, invoices, insurance policies, signs, etc.
59
+ - Contour detection: positioning line scenes such as human contour lines, lane lines, etc.
60
+ - Key point detection: positioning scenes such as human face key points, vehicle key points, road edge key points, etc.
61
+
62
+ ## Usage
63
+
64
+ - [Guide](./docs/README.md)
65
+
66
+ ## Annotation Format
67
+
68
+ [LabelU Annotation Format](./docs/annotation/README.md)
69
+
70
+ ## Communication
71
+
72
+ ![8faa20cf-6898-4b16-b4cc-174795159f2c](https://user-images.githubusercontent.com/25022954/208056526-bc2de8b9-f5c5-4095-9e97-a2bf1b08bd1b.jpg)
73
+
74
+ ## Links
75
+
76
+ - [labelU-Kit](https://github.com/opendatalab/labelU-Kit)(Powered by labelU-Kit)
77
+
78
+ ## LICENSE
79
+
80
+ This project is released under the [Apache 2.0 license](./LICENSE).