Skip to content

Commit

Permalink
构建文档 更新链接
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroi-sora committed Jul 30, 2024
1 parent 0c9aef2 commit c30ff26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cpp/README-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ wget https://paddle-inference-lib.bj.bcebos.com/3.0.0-beta1/cxx_c/Linux/CPU/gcc8
tar -xf paddle_inference.tgz
mv paddle_inference paddle_inference_manylinux_cpu_avx_mkl_gcc8.2
# 模型库
wget https://github.com/hiroi-sora/PaddleOCR-json/releases/download/v1.4.1/models_v1.4.1.zip
wget https://github.com/hiroi-sora/PaddleOCR-json/releases/download/v1.4.1-dev/models_v1.4.1.zip
unzip -x models_v1.4.1.zip
```

- [paddle_inference](https://www.paddlepaddle.org.cn/inference/master/guides/install/download_lib.html) (Linux, C++预测库, gcc编译器版本, manylinux_cpu_avx_mkl_gcc8.2)
- [模型库](https://github.com/hiroi-sora/PaddleOCR-json/releases/download/v1.4.1) (models.zip)
- [模型库](https://github.com/hiroi-sora/PaddleOCR-json/releases/download/v1.4.1-dev) (models.zip)

### 1.3 准备 OpenCV

Expand Down
2 changes: 1 addition & 1 deletion cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

- [paddle_inference.zip](https://paddle-inference-lib.bj.bcebos.com/3.0.0-beta1/cxx_c/Windows/CPU/x86-64_avx-mkl-vs2019/paddle_inference.zip) (Windows C++预测库, 3.0.0, cpu_avx_mkl)
- [Opencv](https://github.com/opencv/opencv/releases) (windows.exe)
- [模型库](https://github.com/hiroi-sora/PaddleOCR-json/releases/download/v1.4.1) (models.zip)
- [模型库](https://github.com/hiroi-sora/PaddleOCR-json/releases/download/v1.4.1-dev) (models.zip)

### 1.3 放置资源

Expand Down

0 comments on commit c30ff26

Please sign in to comment.