Skip to content

Commit cfda36f

Browse files
authored
[Doc] update version in docs (#623)
update version in docs
1 parent 31353a0 commit cfda36f

File tree

38 files changed

+149
-149
lines changed

38 files changed

+149
-149
lines changed

docs/cn/build_and_install/download_prebuilt_libraries.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FastDeploy提供各平台预编译库,供开发者直接下载安装使用。
1818

1919
### Python安装
2020

21-
Release版本(当前最新0.6.0)安装
21+
Release版本(当前最新0.7.0)安装
2222
```bash
2323
pip install fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
2424
```
@@ -35,12 +35,12 @@ conda config --add channels conda-forge && conda install cudatoolkit=11.2 cudnn=
3535

3636
### C++ SDK安装
3737

38-
Release版本(当前最新0.6.0)
38+
Release版本(当前最新0.7.0)
3939

4040
| 平台 | 文件 | 说明 |
4141
| :--- | :--- | :---- |
42-
| Linux x64 | [fastdeploy-linux-x64-gpu-0.6.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz) | g++ 8.2, CUDA 11.2, cuDNN 8.2编译产出 |
43-
| Windows x64 | [fastdeploy-win-x64-gpu-0.6.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-0.6.0.zip) | Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2编译产出 |
42+
| Linux x64 | [fastdeploy-linux-x64-gpu-0.7.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.7.0.tgz) | g++ 8.2, CUDA 11.2, cuDNN 8.2编译产出 |
43+
| Windows x64 | [fastdeploy-win-x64-gpu-0.7.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-0.7.0.zip) | Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2编译产出 |
4444

4545
Develop版本(Nightly build)
4646

@@ -59,7 +59,7 @@ Develop版本(Nightly build)
5959

6060
### Python安装
6161

62-
Release版本(当前最新0.6.0)安装
62+
Release版本(当前最新0.7.0)安装
6363
```bash
6464
pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
6565
```
@@ -71,15 +71,15 @@ pip install fastdeploy-python==0.0.0 -f https://www.paddlepaddle.org.cn/whl/fast
7171

7272
## C++ SDK安装
7373

74-
Release版本(当前最新0.6.0,Android为0.4.0 pre-release)
74+
Release版本(当前最新0.7.0,Android为0.4.0 pre-release)
7575

7676
| 平台 | 文件 | 说明 |
7777
| :--- | :--- | :---- |
78-
| Linux x64 | [fastdeploy-linux-x64-0.6.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz) | g++ 8.2编译产出 |
79-
| Windows x64 | [fastdeploy-win-x64-0.6.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-0.6.0.zip) | Visual Studio 16 2019编译产出 |
80-
| Mac OSX x64 | [fastdeploy-osx-x86_64-0.4.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-x86_64-0.4.0.tgz) | clang++ 10.0.0编译产出|
81-
| Mac OSX arm64 | [fastdeploy-osx-arm64-0.4.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-arm64-0.4.0.tgz) | clang++ 13.0.0编译产出 |
82-
| Linux aarch64 | [fastdeploy-linux-aarch64-0.4.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-aarch64-0.4.0.tgz) | g++ 6.3.0编译产出 |
78+
| Linux x64 | [fastdeploy-linux-x64-0.7.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz) | g++ 8.2编译产出 |
79+
| Windows x64 | [fastdeploy-win-x64-0.7.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-0.7.0.zip) | Visual Studio 16 2019编译产出 |
80+
| Mac OSX x64 | [fastdeploy-osx-x86_64-0.7.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-x86_64-0.7.0.tgz) | clang++ 10.0.0编译产出|
81+
| Mac OSX arm64 | [fastdeploy-osx-arm64-0.7.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-arm64-0.7.0.tgz) | clang++ 13.0.0编译产出 |
82+
| Linux aarch64 | - | 自行编译,可集成ONNX Runtime、Paddle Lite后端 |
8383
| Android armv7&v8 | [fastdeploy-android-0.4.0-shared.tgz](https://bj.bcebos.com/fastdeploy/release/android/fastdeploy-android-0.4.0-shared.tgz) | NDK 25及clang++编译产出, 支持arm64-v8a及armeabi-v7a |
8484

8585
Develop版本(Nightly build)
@@ -88,7 +88,7 @@ Develop版本(Nightly build)
8888
| :--- | :--- | :---- |
8989
| Linux x64 | [fastdeploy-linux-x64-0.0.0.tgz](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-linux-x64-0.0.0.tgz) | g++ 8.2编译产出 |
9090
| Windows x64 | [fastdeploy-win-x64-0.0.0.zip](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-win-x64-0.0.0.zip) | Visual Studio 16 2019编译产出 |
91-
| Mac OSX x64 | - | - |
91+
| Mac OSX x64 | [fastdeploy-osx-arm64-0.0.0.tgz](https://bj.bcebos.com/fastdeploy/dev/cpp/fastdeploy-osx-arm64-0.0.0.tgz) | - |
9292
| Mac OSX arm64 | [fastdeploy-osx-arm64-0.0.0.tgz](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-osx-arm64-0.0.0.tgz) | clang++ 13.0.0编译产出 |
9393
| Linux aarch64 | - | - |
9494
| Android armv7&v8 | - | - |

docs/en/build_and_install/download_prebuilt_libraries.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FastDeploy supports Computer Vision, Text and NLP model deployment on CPU and Nv
1919

2020
### Python SDK
2121

22-
Install the released version(the newest 0.6.0 for now)
22+
Install the released version(the newest 0.7.0 for now)
2323

2424
```
2525
pip install fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
@@ -39,19 +39,19 @@ conda config --add channels conda-forge && conda install cudatoolkit=11.2 cudnn=
3939

4040
### C++ SDK
4141

42-
Install the released version(Latest 0.6.0)
42+
Install the released version(Latest 0.7.0)
4343

4444
| Platform | File | Description |
4545
|:----------- |:--------------------------------------------------------------------------------------------------------------------- |:--------------------------------------------------------- |
46-
| Linux x64 | [fastdeploy-linux-x64-gpu-0.6.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz) | Compiled from g++ 8.2, CUDA 11.2, cuDNN 8.2 |
47-
| Windows x64 | [fastdeploy-win-x64-gpu-0.6.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-0.6.0.zip) | Compiled from Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2 |
46+
| Linux x64 | [fastdeploy-linux-x64-gpu-0.7.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.7.0.tgz) | g++ 8.2, CUDA 11.2, cuDNN 8.2 |
47+
| Windows x64 | [fastdeploy-win-x64-gpu-0.7.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-0.7.0.zip) | Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2 |
4848

4949
Install the Develop version(Nightly build)
5050

5151
| Platform | File | Description |
5252
|:----------- |:--------------------------------------------------------------------------------------------------------------------- |:--------------------------------------------------------- |
53-
| Linux x64 | [fastdeploy-linux-x64-gpu-0.0.0.tgz](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-linux-x64-gpu-0.0.0.tgz) | Compiled from g++ 8.2, CUDA 11.2, cuDNN 8.2 |
54-
| Windows x64 | [fastdeploy-win-x64-gpu-0.0.0.zip](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-win-x64-gpu-0.0.0.zip) | Compiled from Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2 |
53+
| Linux x64 | [fastdeploy-linux-x64-gpu-0.0.0.tgz](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-linux-x64-gpu-0.0.0.tgz) | g++ 8.2, CUDA 11.2, cuDNN 8.2 |
54+
| Windows x64 | [fastdeploy-win-x64-gpu-0.0.0.zip](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-win-x64-gpu-0.0.0.zip) | Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2 |
5555

5656
## CPU Deployment Environment
5757

@@ -64,7 +64,7 @@ FastDeploy supports computer vision, text and NLP model deployment on CPU with P
6464

6565
### Python SDK
6666

67-
Install the released version(Latest 0.6.0 for now)
67+
Install the released version(Latest 0.7.0 for now)
6868

6969
```
7070
pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
@@ -78,24 +78,24 @@ pip install fastdeploy-python==0.0.0 -f https://www.paddlepaddle.org.cn/whl/fast
7878

7979
### C++ SDK
8080

81-
Install the released version(Latest 0.6.0 for now, Android is 0.4.0 pre-release)
81+
Install the released version(Latest 0.7.0 for now, Android is 0.4.0 pre-release)
8282

8383
| Platform | File | Description |
8484
|:------------- |:--------------------------------------------------------------------------------------------------------------------- |:------------------------------ |
85-
| Linux x64 | [fastdeploy-linux-x64-0.6.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz) | Compiled from g++ 8.2 |
86-
| Windows x64 | [fastdeploy-win-x64-0.6.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-0.6.0.zip) | Compiled from Visual Studio 16 |
87-
| Mac OSX x64 | [fastdeploy-osx-x86_64-0.4.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-x86_64-0.4.0.tgz) | - |
88-
| Mac OSX arm64 | [fastdeploy-osx-arm64-0.4.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-arm64-0.4.0.tgz) | - |
89-
| Linux aarch64 | [fastdeploy-linux-aarch64-0.4.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-aarch64-0.4.0.tgz) | Compiled from g++ 6.3.0 |
90-
| Android armv7&v8 | [fastdeploy-android-0.4.0-shared.tgz](https://bj.bcebos.com/fastdeploy/release/android/fastdeploy-android-0.4.0-shared.tgz) | Compiled from NDK 25 and clang++, support arm64-v8a and armeabi-v7a |
85+
| Linux x64 | [fastdeploy-linux-x64-0.7.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz) | g++ 8.2 |
86+
| Windows x64 | [fastdeploy-win-x64-0.7.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-0.7.0.zip) | Visual Studio 16 2019 |
87+
| Mac OSX x64 | [fastdeploy-osx-x86_64-0.7.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-x86_64-0.7.0.tgz) | clang++ 10.0.0|
88+
| Mac OSX arm64 | [fastdeploy-osx-arm64-0.7.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-arm64-0.7.0.tgz) | clang++ 13.0.0 |
89+
| Linux aarch64 | - | - |
90+
| Android armv7&v8 | [fastdeploy-android-0.4.0-shared.tgz](https://bj.bcebos.com/fastdeploy/release/android/fastdeploy-android-0.4.0-shared.tgz) | NDK 25, clang++, support arm64-v8a及armeabi-v7a |
9191

9292
Install the Develop version(Nightly build)
9393

9494
| Platform | File | Description |
9595
|:------------- |:--------------------------------------------------------------------------------------------------------------------- |:------------------------------ |
96-
| Linux x64 | [fastdeploy-linux-x64-0.0.0.tgz](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-linux-x64-0.0.0.tgz) | Compiled from g++ 8.2 |
97-
| Windows x64 | [fastdeploy-win-x64-0.0.0.zip](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-win-x64-0.0.0.zip) | Compiled from Visual Studio 16 |
98-
| Mac OSX x64 | - | - |
99-
| Mac OSX arm64 | [fastdeploy-osx-arm64-0.0.0.tgz](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-osx-arm64-0.0.0.tgz) | - |
100-
| Linux aarch64 | - | - |
96+
| Linux x64 | [fastdeploy-linux-x64-0.0.0.tgz](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-linux-x64-0.0.0.tgz) | g++ 8.2 |
97+
| Windows x64 | [fastdeploy-win-x64-0.0.0.zip](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-win-x64-0.0.0.zip) | Visual Studio 16 2019 |
98+
| Mac OSX x64 | [fastdeploy-osx-arm64-0.0.0.tgz](https://bj.bcebos.com/fastdeploy/dev/cpp/fastdeploy-osx-arm64-0.0.0.tgz) | - |
99+
| Mac OSX arm64 | [fastdeploy-osx-arm64-0.0.0.tgz](https://fastdeploy.bj.bcebos.com/dev/cpp/fastdeploy-osx-arm64-0.0.0.tgz) | clang++ 13.0.0编译产出 |
100+
| Linux aarch64 | - | - |
101101
| Android armv7&v8 | - | - |

examples/text/ernie-3.0/cpp/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
```bash
1818
# 下载SDK,编译模型examples代码(SDK中包含了examples代码)
19-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz
20-
tar xvf fastdeploy-linux-x64-gpu-0.6.0.tgz
19+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.7.0.tgz
20+
tar xvf fastdeploy-linux-x64-gpu-0.7.0.tgz
2121

22-
cd fastdeploy-linux-x64-gpu-0.6.0/examples/text/ernie-3.0/cpp
22+
cd fastdeploy-linux-x64-gpu-0.7.0/examples/text/ernie-3.0/cpp
2323
mkdir build
2424
cd build
2525
# 执行cmake,需要指定FASTDEPLOY_INSTALL_DIR为FastDeploy SDK的目录。
26-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../fastdeploy-linux-x64-gpu-0.6.0
26+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../fastdeploy-linux-x64-gpu-0.7.0
2727
make -j
2828

2929
# 下载AFQMC数据集的微调后的ERNIE 3.0模型以及词表

examples/text/uie/cpp/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
```
1414
#下载SDK,编译模型examples代码(SDK中包含了examples代码)
15-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz
16-
tar xvf fastdeploy-linux-x64-gpu-0.6.0.tgz
15+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.7.0.tgz
16+
tar xvf fastdeploy-linux-x64-gpu-0.7.0.tgz
1717
18-
cd fastdeploy-linux-x64-gpu-0.6.0/examples/text/uie/cpp
18+
cd fastdeploy-linux-x64-gpu-0.7.0/examples/text/uie/cpp
1919
mkdir build
2020
cd build
21-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../fastdeploy-linux-x64-gpu-0.6.0
21+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../fastdeploy-linux-x64-gpu-0.7.0
2222
make -j
2323
2424
# 下载uie-base模型以及词表

examples/vision/classification/paddleclas/cpp/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
```bash
1313
#下载SDK,编译模型examples代码(SDK中包含了examples代码)
14-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz
15-
tar xvf fastdeploy-linux-x64-gpu-0.6.0.tgz
16-
cd fastdeploy-linux-x64-gpu-0.6.0/examples/vision/classification/paddleclas/cpp
14+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.7.0.tgz
15+
tar xvf fastdeploy-linux-x64-gpu-0.7.0.tgz
16+
cd fastdeploy-linux-x64-gpu-0.7.0/examples/vision/classification/paddleclas/cpp
1717
mkdir build
1818
cd build
19-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../../fastdeploy-linux-x64-gpu-0.6.0
19+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../../fastdeploy-linux-x64-gpu-0.7.0
2020
make -j
2121

2222
# 下载ResNet50_vd模型文件和测试图片

examples/vision/classification/paddleclas/quantize/cpp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
```bash
1616
mkdir build
1717
cd build
18-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
19-
tar xvf fastdeploy-linux-x64-0.6.0.tgz
20-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
18+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz
19+
tar xvf fastdeploy-linux-x64-0.7.0.tgz
20+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.7.0
2121
make -j
2222

2323
#下载FastDeloy提供的ResNet50_Vd量化模型文件和测试图片

examples/vision/classification/yolov5cls/cpp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
```bash
1313
mkdir build
1414
cd build
15-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
16-
tar xvf fastdeploy-linux-x64-0.6.0.tgz
17-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
15+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz
16+
tar xvf fastdeploy-linux-x64-0.7.0.tgz
17+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.7.0
1818
make -j
1919

2020
#下载官方转换好的yolov5模型文件和测试图片

examples/vision/detection/nanodet_plus/cpp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
```bash
1313
mkdir build
1414
cd build
15-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
16-
tar xvf fastdeploy-linux-x64-0.6.0.tgz
17-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
15+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz
16+
tar xvf fastdeploy-linux-x64-0.7.0.tgz
17+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.7.0
1818
make -j
1919

2020
#下载官方转换好的NanoDetPlus模型文件和测试图片

examples/vision/detection/paddledetection/cpp/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
以ppyoloe为例进行推理部署
1414

1515
#下载SDK,编译模型examples代码(SDK中包含了examples代码)
16-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz
17-
tar xvf fastdeploy-linux-x64-gpu-0.6.0.tgz
18-
cd fastdeploy-linux-x64-gpu-0.6.0/examples/vision/detection/paddledetection/cpp
16+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.7.0.tgz
17+
tar xvf fastdeploy-linux-x64-gpu-0.7.0.tgz
18+
cd fastdeploy-linux-x64-gpu-0.7.0/examples/vision/detection/paddledetection/cpp
1919
mkdir build && cd build
20-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../../fastdeploy-linux-x64-gpu-0.6.0
20+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../../fastdeploy-linux-x64-gpu-0.7.0
2121
make -j
2222

2323
# 下载PPYOLOE模型文件和测试图片

examples/vision/detection/paddledetection/quantize/cpp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
```bash
1717
mkdir build
1818
cd build
19-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
20-
tar xvf fastdeploy-linux-x64-0.6.0.tgz
21-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
19+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz
20+
tar xvf fastdeploy-linux-x64-0.7.0.tgz
21+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.7.0
2222
make -j
2323

2424
#下载FastDeloy提供的ppyoloe_crn_l_300e_coco量化模型文件和测试图片

examples/vision/detection/scaledyolov4/cpp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
```bash
1313
mkdir build
1414
cd build
15-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
16-
tar xvf fastdeploy-linux-x64-0.6.0.tgz
17-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
15+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz
16+
tar xvf fastdeploy-linux-x64-0.7.0.tgz
17+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.7.0
1818
make -j
1919

2020
#下载官方转换好的ScaledYOLOv4模型文件和测试图片

examples/vision/detection/yolor/cpp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
```bash
1313
mkdir build
1414
cd build
15-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
16-
tar xvf fastdeploy-linux-x64-0.6.0.tgz
17-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
15+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz
16+
tar xvf fastdeploy-linux-x64-0.7.0.tgz
17+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.7.0
1818
make -j
1919

2020
#下载官方转换好的YOLOR模型文件和测试图片

examples/vision/detection/yolov5/cpp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
```bash
1313
mkdir build
1414
cd build
15-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
16-
tar xvf fastdeploy-linux-x64-0.6.0.tgz
17-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
15+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz
16+
tar xvf fastdeploy-linux-x64-0.7.0.tgz
17+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.7.0
1818
make -j
1919

2020
#下载官方转换好的yolov5模型文件和测试图片

examples/vision/detection/yolov5/quantize/cpp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
```bash
1717
mkdir build
1818
cd build
19-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
20-
tar xvf fastdeploy-linux-x64-0.6.0.tgz
21-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
19+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz
20+
tar xvf fastdeploy-linux-x64-0.7.0.tgz
21+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.7.0
2222
make -j
2323

2424
#下载FastDeloy提供的yolov5s量化模型文件和测试图片

examples/vision/detection/yolov5lite/cpp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
```bash
1313
mkdir build
1414
cd build
15-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
16-
tar xvf fastdeploy-linux-x64-0.6.0.tgz
17-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
15+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz
16+
tar xvf fastdeploy-linux-x64-0.7.0.tgz
17+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.7.0
1818
make -j
1919

2020
#下载官方转换好的YOLOv5Lite模型文件和测试图片

examples/vision/detection/yolov6/cpp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
```bash
1313
mkdir build
1414
cd build
15-
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
16-
tar xvf fastdeploy-linux-x64-0.6.0.tgz
17-
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
15+
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz
16+
tar xvf fastdeploy-linux-x64-0.7.0.tgz
17+
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.7.0
1818
make -j
1919

2020
#下载官方转换好的YOLOv6模型文件和测试图片

0 commit comments

Comments
 (0)