Skip to content

Commit c32023c

Browse files
AmberC0209changdazhou
authored andcommitted
repair links
1 parent c63fc83 commit c32023c

4 files changed

+6
-6
lines changed

docs/practical_tutorials/anomaly_detection_tutorial.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PaddleX provides 1 end-to-end anomaly detection models. For details, refer to th
3737

3838
| Model List | Avg (%) | GPU Inference Time (ms) | CPU Inference Time (ms) | Model Size (M) | yaml file |
3939
|-|-|-|-|-|-|
40-
|STFPM|96.2|-|-|21.5 M|[STFPM.yaml](../../paddlex/configs/image_anomaly_detection/STFPM.yaml)|
40+
|STFPM|96.2|-|-|21.5 M|[STFPM.yaml](../../paddlex/configs/modules/image_anomaly_detection/STFPM.yaml)|
4141

4242
> **Note: The above accuracy metrics are measured on the [MVTec AD](https://www.mvtec.com/company/research/datasets/mvtec-ad) dataset.**
4343

docs/practical_tutorials/anomaly_detection_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PaddleX 提供了 1 个端到端的高精度异常检测模型,具体可参考
3838

3939
|模型名称|Avg(%)|GPU推理耗时(ms)|CPU推理耗时(ms)|模型存储大小|yaml 文件|
4040
|-|-|-|-|-|-|
41-
|STFPM|96.2|-|-|21.5 M|[STFPM.yaml](../../paddlex/configs/image_anomaly_detection/STFPM.yaml)|
41+
|STFPM|96.2|-|-|21.5 M|[STFPM.yaml](../../paddlex/configs/modules/image_anomaly_detection/STFPM.yaml)|
4242

4343
**注:以上精度指标为 **[MVTec AD](https://www.mvtec.com/company/research/datasets/mvtec-ad)** 验证集 平均异常分数。**
4444

docs/practical_tutorials/document_scene_information_extraction(seal_recognition)_tutorial.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ PaddleX provides 2 end-to-end seal text detection models, which can be reference
109109
<td>10.5878</td>
110110
<td>131.813</td>
111111
<td>4.7M</td>
112-
<td><a href="../../paddlex/configs/seal_text_detection/PP-OCRv4_mobile_seal_det.yaml">PP-OCRv4_mobile_seal_det.yaml</a></td>
112+
<td><a href="../../paddlex/configs/modules/seal_text_detection/PP-OCRv4_mobile_seal_det.yaml">PP-OCRv4_mobile_seal_det.yaml</a></td>
113113
</tr>
114114
<tr>
115115
<td>PP-OCRv4_server_seal_det</td>
116116
<td>98.21</td>
117117
<td>84.341</td>
118118
<td>2425.06</td>
119119
<td>108.3 M</td>
120-
<td><a href="../../paddlex/configs/seal_text_detection/PP-OCRv4_server_seal_det.yaml">PP-OCRv4_server_seal_det.yaml</a></td>
120+
<td><a href="../../paddlex/configs/modules/seal_text_detection/PP-OCRv4_server_seal_det.yaml">PP-OCRv4_server_seal_det.yaml</a></td>
121121
</tr>
122122
</tbody>
123123
</table>

docs/practical_tutorials/document_scene_information_extraction(seal_recognition)_tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ PaddleX 提供了 2 个端到端的印章文本检测模型,具体可参考 [
105105
<td>10.5878</td>
106106
<td>131.813</td>
107107
<td>4.7M</td>
108-
<td><a href="../../paddlex/configs/seal_text_detection/PP-OCRv4_mobile_seal_det.yaml">PP-OCRv4_mobile_seal_det.yaml</a></td>
108+
<td><a href="../../paddlex/configs/modules/seal_text_detection/PP-OCRv4_mobile_seal_det.yaml">PP-OCRv4_mobile_seal_det.yaml</a></td>
109109
</tr>
110110
<tr>
111111
<td>PP-OCRv4_server_seal_det</td>
112112
<td>98.21</td>
113113
<td>84.341</td>
114114
<td>2425.06</td>
115115
<td>108.3 M</td>
116-
<td><a href="../../paddlex/configs/seal_text_detection/PP-OCRv4_server_seal_det.yaml">PP-OCRv4_server_seal_det.yaml</a></td>
116+
<td><a href="../../paddlex/configs/modules/seal_text_detection/PP-OCRv4_server_seal_det.yaml">PP-OCRv4_server_seal_det.yaml</a></td>
117117
</tr>
118118
</tbody>
119119
</table>

0 commit comments

Comments
 (0)