diff --git a/src/pages/guide.export/markdown_en-US.mdx b/src/pages/guide.export/markdown_en-US.mdx index bbe5d681..59734be4 100644 --- a/src/pages/guide.export/markdown_en-US.mdx +++ b/src/pages/guide.export/markdown_en-US.mdx @@ -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) + @@ -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) @@ -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) diff --git a/src/pages/guide.export/markdown_zh-CN.mdx b/src/pages/guide.export/markdown_zh-CN.mdx index 4b164ec3..99b92992 100644 --- a/src/pages/guide.export/markdown_zh-CN.mdx +++ b/src/pages/guide.export/markdown_zh-CN.mdx @@ -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) ### 视频 -完成标注后,可将标注结果文件以JSON形式导出。标注格式说明见[查看格式说明](https://opendatalab.github.io/labelU/#/schema/video/segment) +完成标注后,可将标注结果文件以JSON形式导出。详情可[查看格式说明](https://opendatalab.github.io/labelU/#/schema/video/segment) ### 音频 -完成标注后,可将标注结果文件以JSON形式导出。标注格式说明见[查看格式说明](https://opendatalab.github.io/labelU/#/schema/audio/segment) +完成标注后,可将标注结果文件以JSON形式导出。详情可[查看格式说明](https://opendatalab.github.io/labelU/#/schema/audio/segment)