Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 811 Bytes

README_CN.md

File metadata and controls

24 lines (17 loc) · 811 Bytes

English | 简体中文

RKYOLO C++部署示例

本目录下提供infer_xxxxx.cc快速完成RKYOLO模型在Rockchip板子上上通过二代NPU加速部署的示例。

在部署前,需确认以下两个步骤:

  1. 软硬件环境满足要求
  2. 根据开发环境,下载预编译部署库或者从头编译FastDeploy仓库

以上步骤请参考RK2代NPU部署库编译实现

wget https://gitee.com/paddlepaddle/PaddleDetection/raw/release/2.4/demo/000000014439.jpg
cd build
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-x.x.x
make -j8
./infer_rkyolo /path/to/model 000000014439.jpg