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

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -25
README.md CHANGED
@@ -1,52 +1,76 @@
 
 
 
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
- - UniformSix image annotation tools are provided, which can be configured through simple visualization or Yaml
48
- - UnlimitedMultiple 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
 
@@ -61,19 +85,25 @@ labelu
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
 
 
1
+ ---
2
+ hello:
3
+ ---
4
  <div align="center">
5
  <article style="display: flex; flex-direction: column; align-items: center; justify-content: center;">
6
+ <p align="center"><img width="300" src="https://user-images.githubusercontent.com/25022954/209616423-9ab056be-5d62-4eeb-b91d-3b20f64cfcf8.svg" /></p>
7
  <h1 style="width: 100%; text-align: center;"></h1>
8
  </p>
9
  </article>
10
 
11
  <a href="./README_zh-CN.md" >简体中文</a> | English
12
 
 
 
 
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, and caption. 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
+ ### Install locally with miniconda
23
+ ```
24
+ # Download and Install miniconda
25
+ # https://docs.conda.io/en/latest/miniconda.html
26
 
27
+ # Create virtual environment(python = 3.7)
28
+ conda create -n labelu python=3.7
29
 
30
+ # Activate virtual environment
 
31
  conda activate labelu
 
 
 
32
 
33
+ # Install labelu
34
  pip install labelu
35
+
36
+ # Start labelu, server: http://localhost:8000
37
+ labelu
38
  ```
39
 
40
+ ### Install for local development
41
+ ```
42
+ # Download and Install miniconda
43
+ # https://docs.conda.io/en/latest/miniconda.html
44
 
45
+ # Create virtual environment(python = 3.7)
46
+ conda create -n labelu python=3.7
47
+
48
+ # Activate virtual environment
49
+ conda activate labelu
50
+
51
+ # Install peotry
52
+ # https://python-poetry.org/docs/#installing-with-the-official-installer
53
+
54
+ # Install all package dependencies
55
+ poetry install
56
+
57
+ # Start labelu, server: http://localhost:8000
58
+ uvicorn labelu.main:app --reload
59
+
60
+ # Update submodule
61
+ git submodule update --remote --merge
62
  ```
63
 
64
  ## feature
65
 
66
+ - Uniform, Six image annotation tools are provided, which can be configured through simple visualization or Yaml
67
+ - Unlimited, Multiple tools can be freely combined to meet most image annotation requirements
68
+
69
+ <p align="center">
70
+ <img style="width: 600px" src="https://user-images.githubusercontent.com/25022954/209318236-79d3a5c3-2700-46c3-b59a-62d9c132a6c3.gif">
71
+ </p>
72
+
73
+ - Universal, Support multiple data export formats, including LabelU, COCO, Mask
74
 
75
  ## Scenes
76
 
 
85
 
86
  ## Usage
87
 
88
+ - [Guide](./docs/GUIDE.md)
89
 
90
  ## Annotation Format
91
 
92
+ - [LabelU Annotation Format](./docs/annotation%20format/README.md)
93
 
94
  ## Communication
95
 
96
+ Welcome to the Opendatalab Wechat group!
97
+
98
+ <p align="center">
99
+ <img style="width: 400px" src="https://user-images.githubusercontent.com/25022954/208374419-2dffb701-321a-4091-944d-5d913de79a15.jpg">
100
+ </p>
101
+
102
+
103
 
104
  ## Links
105
 
106
+ - [labelU-Kit](https://github.com/opendatalab/labelU-Kit)(Powered by labelU-Kit)
107
 
108
  ## LICENSE
109