mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
[Doc]Check and modify broken links in documents (#1207)
* Update README_CN.md 之前的readme cn复制错了,导致存在死链 * Update README_CN.md * Update README_CN.md * Update README.md * Update README.md * Update README.md * Update README_CN.md * Update README_CN.md * Update README.md * Update README_CN.md * Update README.md * Update README_CN.md * Update README.md * Update RNN.md * Update RNN_CN.md * Update WebDemo.md * Update WebDemo_CN.md * Update install_rknn_toolkit2.md * Update export.md * Update use_cpp_sdk_on_android.md * Update README.md * Update README_Pу́сский_язы́к.md * Update README_Pу́сский_язы́к.md * Update README_Pу́сский_язы́к.md * Update README_Pу́сский_язы́к.md * Update README_हिन्दी.md * Update README_日本語.md * Update README_한국인.md * Update README_日本語.md * Update README_CN.md * Update README_CN.md * Update README.md * Update README_CN.md * Update README.md * Update README.md * Update README_CN.md * Update README_CN.md * Update README_CN.md * Update README_CN.md
This commit is contained in:
@@ -45,9 +45,9 @@ wget https://gitee.com/paddlepaddle/PaddleOCR/raw/release/2.6/ppocr/utils/ppocr_
|
||||
# KunlunXin XPU multi-thread inference
|
||||
./multi_thread_demo ./ch_PP-OCRv3_det_infer ./ch_ppocr_mobile_v2.0_cls_infer ./ch_PP-OCRv3_rec_infer ./ppocr_keys_v1.txt ./12.jpg 4 1
|
||||
>> **Notice**: the last number in above command is thread number
|
||||
|
||||
```
|
||||
The above command works for Linux or MacOS. For SDK in Windows, refer to:
|
||||
- [How to use FastDeploy C++ SDK in Windows](../../../docs/cn/faq/use_sdk_on_windows.md)
|
||||
- [How to use FastDeploy C++ SDK in Windows](../../../../docs/cn/faq/use_sdk_on_windows.md)
|
||||
|
||||
The result returned after running is as follows
|
||||
```
|
||||
|
@@ -45,9 +45,9 @@ wget https://gitee.com/paddlepaddle/PaddleOCR/raw/release/2.6/ppocr/utils/ppocr_
|
||||
# 昆仑芯XPU推理
|
||||
./multi_thread_demo ./ch_PP-OCRv3_det_infer ./ch_ppocr_mobile_v2.0_cls_infer ./ch_PP-OCRv3_rec_infer ./ppocr_keys_v1.txt ./12.jpg 4 1
|
||||
>> **注意**: 最后一位数字表示线程数
|
||||
|
||||
```
|
||||
以上命令只适用于Linux或MacOS, Windows下SDK的使用方式请参考:
|
||||
- [如何在Windows中使用FastDeploy C++ SDK](../../../docs/cn/faq/use_sdk_on_windows.md)
|
||||
- [如何在Windows中使用FastDeploy C++ SDK](../../../../docs/cn/faq/use_sdk_on_windows.md)
|
||||
|
||||
运行完成后返回结果如下所示
|
||||
```
|
||||
|
@@ -1,4 +1,4 @@
|
||||
English | [中文]((README_CN.md))
|
||||
English | [中文](README_CN.md)
|
||||
|
||||
# Example of PaddleClas models Python Deployment
|
||||
|
||||
@@ -36,7 +36,7 @@ wget https://gitee.com/paddlepaddle/PaddleClas/raw/release/2.4/deploy/images/Ima
|
||||
>> **Notice**: the last number in above command is thread number
|
||||
|
||||
The above command works for Linux or MacOS. For SDK in Windows, refer to:
|
||||
- [How to use FastDeploy C++ SDK in Windows ](../../../docs/cn/faq/use_sdk_on_windows.md)
|
||||
- [How to use FastDeploy C++ SDK in Windows ](../../../../docs/cn/faq/use_sdk_on_windows.md)
|
||||
|
||||
The result returned after running is as follows
|
||||
```
|
||||
|
@@ -36,7 +36,7 @@ wget https://gitee.com/paddlepaddle/PaddleClas/raw/release/2.4/deploy/images/Ima
|
||||
>> **注意**: 最后一位数字表示线程数
|
||||
|
||||
以上命令只适用于Linux或MacOS, Windows下SDK的使用方式请参考:
|
||||
- [如何在Windows中使用FastDeploy C++ SDK](../../../docs/cn/faq/use_sdk_on_windows.md)
|
||||
- [如何在Windows中使用FastDeploy C++ SDK](../../../../docs/cn/faq/use_sdk_on_windows.md)
|
||||
|
||||
运行完成后返回结果如下所示
|
||||
```
|
||||
|
Reference in New Issue
Block a user