Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlinsheng committed Nov 17, 2023
1 parent 2dd3375 commit ecb068d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/pages/guide.export/markdown_en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import audio from './audio.png';

### Image Format

After finishing the annotations, you can export the annotated results file in JSON, COCO, MASK formats.For annotation format instructions, please visit (https://opendatalab.github.io/labelU/#/schema/image/point)
After finishing the annotations, you can export the annotated results file in JSON, COCO, MASK formats.For annotation format instructions, please visit [https://opendatalab.github.io/labelU/#/schema/image/point](https://opendatalab.github.io/labelU/#/schema/image/point)



Expand All @@ -19,7 +19,7 @@ After finishing the annotations, you can export the annotated results file in JS

### Video Format

After completing the annotations, you can export the annotated results file in JSON format.For annotation format instructions, please visit (https://opendatalab.github.io/labelU/#/schema/video/segment)
After completing the annotations, you can export the annotated results file in JSON format.For annotation format instructions, please visit [https://opendatalab.github.io/labelU/#/schema/video/segment](https://opendatalab.github.io/labelU/#/schema/video/segment)



Expand All @@ -32,7 +32,7 @@ After completing the annotations, you can export the annotated results file in J

### Audio Format

After completing the annotations, you can export the annotated results file in JSON format.For annotation format instructions, please visit (https://opendatalab.github.io/labelU/#/schema/audio/segment)
After completing the annotations, you can export the annotated results file in JSON format.For annotation format instructions, please visit [https://opendatalab.github.io/labelU/#/schema/audio/segment](https://opendatalab.github.io/labelU/#/schema/audio/segment)



Expand Down
6 changes: 3 additions & 3 deletions src/pages/guide.export/markdown_zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ import audio from './audio.png';

### 图片

完成标注后,可将标注结果文件以JSON,COCO,MASK形式导出。标注格式说明见(https://opendatalab.github.io/labelU/#/schema/image/point)
完成标注后,可将标注结果文件以JSON,COCO,MASK形式导出。标注格式说明见[https://opendatalab.github.io/labelU/#/schema/image/point](https://opendatalab.github.io/labelU/#/schema/image/point)


<img src={imageUrl} />

### 视频

完成标注后,可将标注结果文件以JSON形式导出。标注格式说明见(https://opendatalab.github.io/labelU/#/schema/video/segment)
完成标注后,可将标注结果文件以JSON形式导出。标注格式说明见[https://opendatalab.github.io/labelU/#/schema/video/segment](https://opendatalab.github.io/labelU/#/schema/video/segment)

<img src={video} />

### 音频

完成标注后,可将标注结果文件以JSON形式导出。标注格式说明见(https://opendatalab.github.io/labelU/#/schema/audio/segment)
完成标注后,可将标注结果文件以JSON形式导出。标注格式说明见[https://opendatalab.github.io/labelU/#/schema/audio/segment](https://opendatalab.github.io/labelU/#/schema/audio/segment)

<img src={audio} />

0 comments on commit ecb068d

Please sign in to comment.