Skip to content

Commit

Permalink
Merge pull request #74 from lvlinsheng/website-lv
Browse files Browse the repository at this point in the history
cuboid3
  • Loading branch information
gary-Shen authored Jan 30, 2024
2 parents ef23b5f + 0a250e7 commit 0e8c234
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 41 deletions.
21 changes: 11 additions & 10 deletions src/pages/guide.task-annotation.audio/markdown_en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ Annotation process description:
5. Choose "Next", go to the next audio.
6. Repeat steps 1-5 until the annotation is complete.


### Global labels

<img src={global} />


### Specific markings

<img src={tool} />


### Tool introduction

<table>
Expand All @@ -32,13 +43,3 @@ Annotation process description:
</tr>
</tbody>
</table>


### Global labels

<img src={global} />


### Specific markings

<img src={tool} />
21 changes: 11 additions & 10 deletions src/pages/guide.task-annotation.audio/markdown_zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ import tool from './tool.png';
5. 选择「下一页」,进入下一个音频
6. 重复1~5,直到标注完成


### 全局标签

<img src={global} />


### 标记

<img src={tool} />


### 工具介绍

<table>
Expand All @@ -32,13 +43,3 @@ import tool from './tool.png';
</tr>
</tbody>
</table>


### 全局标签

<img src={global} />


### 标记

<img src={tool} />
2 changes: 2 additions & 0 deletions src/pages/guide.task-annotation.image/markdown_en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Annotation process description:
5. Choose "Next", go to the next image.
6. Repeat steps 1-5 until the annotation is complete.


### Global labels

<img src={global} />
Expand All @@ -21,6 +22,7 @@ Annotation process description:

<img src={tool} />


### Tool introduction

<table>
Expand Down
2 changes: 2 additions & 0 deletions src/pages/guide.task-annotation.image/markdown_zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import tool from './tool.png';
5. 选择「下一页」,进入下一个图片
6. 重复1~5,直到标注完成


### 全局标签

<img src={global} />
Expand All @@ -21,6 +22,7 @@ import tool from './tool.png';

<img src={tool} />


### 工具介绍

<table>
Expand Down
21 changes: 11 additions & 10 deletions src/pages/guide.task-annotation.video/markdown_en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ Annotation process description:
5. Choose "Next", go to the next video.
6. Repeat steps 1-5 until the annotation is complete.


### Global labels

<img src={global} />


### Specific markings

<img src={tool} />


### Tool introduction

<table>
Expand All @@ -32,13 +43,3 @@ Annotation process description:
</tr>
</tbody>
</table>


### Global labels

<img src={global} />


### Specific markings

<img src={tool} />
21 changes: 11 additions & 10 deletions src/pages/guide.task-annotation.video/markdown_zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ import tool from './tool.png';
5. 选择「下一页」,进入下一个视频
6. 重复1~5,直到标注完成


### 全局标签

<img src={global} />


### 标记

<img src={tool} />


### 工具介绍

<table>
Expand All @@ -32,13 +43,3 @@ import tool from './tool.png';
</tr>
</tbody>
</table>


### 全局标签

<img src={global} />


### 标记

<img src={tool} />
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import audioAttributeConfig from './annotation-config-attribute-audio.png';
</thead>
<tbody>
<tr>
<td rowspan="2" style={{ verticalAlign: 'middle' }}>全局</td>
<td>全局</td>
<td style={{ whiteSpace: 'nowrap' }}>标签分类</td>
<td>类别:分类描述中英文,选项:分类的具体选项中英文</td>
</tr>
Expand Down

0 comments on commit 0e8c234

Please sign in to comment.