mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-04 16:22:57 +08:00
@@ -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模型文件和测试图片
|
||||
|
Reference in New Issue
Block a user