Skip to content

Commit

Permalink
Merge pull request #63 from opendatalab/ling
Browse files Browse the repository at this point in the history
docs: update docs
  • Loading branch information
lvlinsheng authored Nov 17, 2023
2 parents 0371c7b + 24e9aa2 commit cf6f070
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 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,8 @@ 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 [schema](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 more details, please [refer to the format instructions](https://opendatalab.github.io/labelU/#/schema/image/point)




Expand All @@ -19,7 +20,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 [schema](https://opendatalab.github.io/labelU/#/schema/video/segment)
After completing the annotations, you can export the annotated results file in JSON format.For more details, please [refer to the format instructions](https://opendatalab.github.io/labelU/#/schema/video/segment)



Expand All @@ -32,7 +33,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 [schema](https://opendatalab.github.io/labelU/#/schema/audio/segment)
After completing the annotations, you can export the annotated results file in JSON format.For more details, please [refer to the format instructions](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)


<img src={imageUrl} />

### 视频

完成标注后,可将标注结果文件以JSON形式导出。标注格式说明见[查看格式说明](https://opendatalab.github.io/labelU/#/schema/video/segment)
完成标注后,可将标注结果文件以JSON形式导出。详情可[查看格式说明](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)

<img src={audio} />

0 comments on commit cf6f070

Please sign in to comment.