Skip to content

Commit

Permalink
Merge branch 'website' into ling
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlinsheng authored Nov 17, 2023
2 parents 3efa567 + 0371c7b commit 24e9aa2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/pages/guide.account/markdown_en-US.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import xlabAcount from './xlab-account-cn.png';
import localAcount from './local-account-cn.png';

## Registration and Login
## Account

### Web online version
### Online

You can register and log in using "Mobile Verification Code", or you can also register and log in with "Mobile Number/Email + Password".

<img src={xlabAcount} />

### Local deployment version
### Local deployment

You can log in by registering with an email.

Expand Down
1 change: 1 addition & 0 deletions src/pages/guide.export/markdown_en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ After finishing the annotations, you can export the annotated results file in JS




<img src={imageUrl} />

### Video Format
Expand Down
4 changes: 2 additions & 2 deletions src/pages/guide.install/markdown_en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. Install [Miniconda](https://docs.conda.io/en/latest/miniconda.html),choose the corresponding operating system type and download it for installation.

> **Note:** If your system is MacOS with an Intel chip, please install [intel x86_64版本的Miniconda](https://repo.anaconda.com/miniconda/)
> **Note:** If your system is MacOS with an Intel chip, please install [Miniconda of intel x86_64](https://repo.anaconda.com/miniconda/)
2. After the installation is complete, run the following command in the terminal (you can choose the default 'y' for prompts during the process):

Expand All @@ -24,7 +24,7 @@ conda activate labelu
pip install labelu
```

> To install the test version:`pip install --extra-index-url https://test.pypi.org/simple/ labelu==<测试版本号>`
> To install the test version:`pip install --extra-index-url https://test.pypi.org/simple/ labelu==<test revision>`
5. Run LabelU:

Expand Down
6 changes: 3 additions & 3 deletions src/pages/guide.introduction/markdown_en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

LabelU is an open-source data annotation tool that can help users quickly, accurately, and efficiently annotate data, thereby improving the performance and quality of machine learning models. LabelU supports various types of annotations, including label classification, bounding boxes, polygons, points, lines, text descriptions, etc., meeting different scenarios and annotation task needs.
You can experience the product in two ways:
- Online experience:[https://labelu.shlab.tech/](https://labelu.shlab.tech/)
- Local deployment[https://opendatalab.github.io/labelU/#/guide/install](https://opendatalab.github.io/labelU/#/guide/install)
- Try online: [https://labelu.shlab.tech/](https://labelu.shlab.tech/)
- Local deployment: [https://opendatalab.github.io/labelU/#/guide/install](https://opendatalab.github.io/labelU/#/guide/install)

### Feature Introduction

LabelU provides a variety of annotation tools and features, supporting image, video, and audio annotations.

- Image-based: Multifunctional image processing tools, covering 2D box, semantic segmentation, polyline, key points, and various other annotation tools,to assist in the identification, annotation, and analysis of images.
- Video-based: With powerful video processing capabilities, it can perform video segmentation, video classification, video information extraction, and other functions, providing high-quality annotated data for model training.
- Audio-based: Efficient and accurate audio analysis tools, capable of audio segmentation, audio classification, audio information extraction, and other functions, making complex sound information intuitively visualized.
- Audio-based: Efficient and accurate audio analysis tools, capable of audio segmentation, audio classification, audio information extraction, and other functions, making complex sound information intuitively visualized.

### Concept Introduction

Expand Down

0 comments on commit 24e9aa2

Please sign in to comment.