Skip to content

Commit

Permalink
[Doc] update version number to 0.6.0 (PaddlePaddle#552)
Browse files Browse the repository at this point in the history
update version number
  • Loading branch information
jiangjiajun authored Nov 10, 2022
1 parent 0d57562 commit 04d364d
Show file tree
Hide file tree
Showing 38 changed files with 134 additions and 134 deletions.
16 changes: 8 additions & 8 deletions docs/cn/build_and_install/download_prebuilt_libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FastDeploy提供各平台预编译库,供开发者直接下载安装使用。

### Python安装

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

### C++ SDK安装

Release版本(当前最新0.5.0)
Release版本(当前最新0.6.0)

| 平台 | 文件 | 说明 |
| :--- | :--- | :---- |
| Linux x64 | [fastdeploy-linux-x64-gpu-0.5.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.5.0.tgz) | g++ 8.2, CUDA 11.2, cuDNN 8.2编译产出 |
| Windows x64 | [fastdeploy-win-x64-gpu-0.5.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-0.5.0.zip) | Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2编译产出 |
| 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编译产出 |
| 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编译产出 |

Develop版本(Nightly build)

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

### Python安装

Release版本(当前最新0.5.0)安装
Release版本(当前最新0.6.0)安装
```bash
pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
```
Expand All @@ -71,12 +71,12 @@ pip install fastdeploy-python==0.0.0 -f https://www.paddlepaddle.org.cn/whl/fast

## C++ SDK安装

Release版本(当前最新0.5.0,Android为0.4.0 pre-release)
Release版本(当前最新0.6.0,Android为0.4.0 pre-release)

| 平台 | 文件 | 说明 |
| :--- | :--- | :---- |
| Linux x64 | [fastdeploy-linux-x64-0.5.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.5.0.tgz) | g++ 8.2编译产出 |
| Windows x64 | [fastdeploy-win-x64-0.5.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-0.5.0.zip) | Visual Studio 16 2019编译产出 |
| 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编译产出 |
| 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编译产出 |
| 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编译产出|
| 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编译产出 |
| 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编译产出 |
Expand Down
16 changes: 8 additions & 8 deletions docs/en/build_and_install/download_prebuilt_libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FastDeploy supports Computer Vision, Text and NLP model deployment on CPU and Nv

### Python SDK

Install the released version(the newest 0.5.0 for now)
Install the released version(the newest 0.6.0 for now)

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

### C++ SDK

Install the released version(Latest 0.5.0)
Install the released version(Latest 0.6.0)

| Platform | File | Description |
|:----------- |:--------------------------------------------------------------------------------------------------------------------- |:--------------------------------------------------------- |
| Linux x64 | [fastdeploy-linux-x64-gpu-0.5.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.5.0.tgz) | Compiled from g++ 8.2, CUDA 11.2, cuDNN 8.2 |
| Windows x64 | [fastdeploy-win-x64-gpu-0.5.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-0.5.0.zip) | Compiled from Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2 |
| 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 |
| Windows x64 | [fastdeploy-win-x64-gpu-0.5.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 |

Install the Develop version(Nightly build)

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

### Python SDK

Install the released version(Latest 0.5.0 for now)
Install the released version(Latest 0.6.0 for now)

```
pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
Expand All @@ -78,12 +78,12 @@ pip install fastdeploy-python==0.0.0 -f https://www.paddlepaddle.org.cn/whl/fast

### C++ SDK

Install the released version(Latest 0.5.0 for now, Android is 0.4.0 pre-release)
Install the released version(Latest 0.6.0 for now, Android is 0.4.0 pre-release)

| Platform | File | Description |
|:------------- |:--------------------------------------------------------------------------------------------------------------------- |:------------------------------ |
| Linux x64 | [fastdeploy-linux-x64-0.5.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.5.0.tgz) | Compiled from g++ 8.2 |
| Windows x64 | [fastdeploy-win-x64-0.5.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-0.5.0.zip) | Compiled from Visual Studio 16 |
| 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 |
| 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 |
| 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) | - |
| Mac OSX arm64 | [fastdeploy-osx-arm64-0.4.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-arm64-0.4.0.tgz) | - |
| 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 |
Expand Down
8 changes: 4 additions & 4 deletions examples/text/ernie-3.0/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

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

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

# 下载AFQMC数据集的微调后的ERNIE 3.0模型以及词表
Expand Down
8 changes: 4 additions & 4 deletions examples/text/uie/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

```
#下载SDK,编译模型examples代码(SDK中包含了examples代码)
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.4.0.tgz
tar xvf fastdeploy-linux-x64-gpu-0.4.0.tgz
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz
tar xvf fastdeploy-linux-x64-gpu-0.6.0.tgz
cd fastdeploy-linux-x64-gpu-0.4.0/examples/text/uie/cpp
cd fastdeploy-linux-x64-gpu-0.6.0/examples/text/uie/cpp
mkdir build
cd build
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../fastdeploy-linux-x64-gpu-0.4.0
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../fastdeploy-linux-x64-gpu-0.6.0
make -j
# 下载uie-base模型以及词表
Expand Down
8 changes: 4 additions & 4 deletions examples/vision/classification/paddleclas/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

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

# 下载ResNet50_vd模型文件和测试图片
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载FastDeloy提供的ResNet50_Vd量化模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/classification/yolov5cls/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载官方转换好的yolov5模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/nanodet_plus/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载官方转换好的NanoDetPlus模型文件和测试图片
Expand Down
8 changes: 4 additions & 4 deletions examples/vision/detection/paddledetection/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
以ppyoloe为例进行推理部署

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

# 下载PPYOLOE模型文件和测试图片
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载FastDeloy提供的ppyoloe_crn_l_300e_coco量化模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/scaledyolov4/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载官方转换好的ScaledYOLOv4模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/yolor/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载官方转换好的YOLOR模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/yolov5/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载官方转换好的yolov5模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/yolov5/quantize/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载FastDeloy提供的yolov5s量化模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/yolov5lite/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载官方转换好的YOLOv5Lite模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/yolov6/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载官方转换好的YOLOv6模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/yolov6/quantize/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载FastDeloy提供的yolov6s量化模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/yolov7/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载官方转换好的yolov7模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/yolov7/quantize/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载FastDeloy提供的yolov7量化模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/yolov7end2end_ort/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-gpu-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-gpu-0.6.0
make -j
# 如果预编译库还没有支持该模型,请从develop分支源码编译最新的SDK

Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/yolov7end2end_trt/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-gpu-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-gpu-0.6.0
make -j
# 若预编译库没有支持该类 则请自行从源码develop分支编译最新的FastDeploy C++ SDK

Expand Down
6 changes: 3 additions & 3 deletions examples/vision/detection/yolox/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载官方转换好的YOLOX模型文件和测试图片
Expand Down
6 changes: 3 additions & 3 deletions examples/vision/facedet/retinaface/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
make -j

#下载官方转换好的RetinaFace模型文件和测试图片
Expand Down
Loading

0 comments on commit 04d364d

Please sign in to comment.