PaddlePaddle / PaddlePaddle/FastDeploy

RK3588上测试paddle-fastdeploy-picodet样例(cpu可以推理,npu无法推理)

Open
#2,077 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
3.7k
Forks
756
Avg merge
19h 28m
Merged PRs (30d)
4

Description


温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度


STEP2:
永久配置
source /home/neardi/ruida/work/FastDeploy/build/fastdeploy/fastdeploy_init.sh
sudo cp /home/neardi/ruida/work/FastDeploy/build/fastdeployfastdeploy_libs.conf /etc/ld.so.conf.d/
sudo ldconfig

STEP3:
cd FastDeploy/examples/vision/detection/paddledetection/rknpu2/cpp/
mkdir build
cd build
cmake .. -DFASTDEPLOY_INSTALL_DIR=~/ruida/work/FastDeploy/build/fastdeploy
make -j8

  • 【系统平台】: Debian11

  • 【硬件】: RK3588

  • 【编译语言】: C++

  • 【模型跑不通】
    [CPU可以跑通,NPU跑不通]
    image

d65e5aeab01b512febd5972ea85c1d6
  • 【文件目录】
322a0c66b2b9063ab298b718d29b6a6 1ac0bcd47d39b534ed19639e87a9d7a

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with examples/vision/detection/paddledetection/rknpu2/cpp/ and reproduce the build using the RK3588, Debian 11, and RKNPU2 CMake options listed in the issue. Compare the CPU and NPU execution output and inspect the referenced screenshots for the failure details. Done means the PicoDet example runs inference successfully on the NPU.

Written by the indexing model from the issue text.

Assessment

Tech stack
cmake, cpp, debian
Domain
build-system, computer-vision, embedded-iot
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.