PaddlePaddle / FastDeploy

⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁️Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support.
https://www.paddlepaddle.org.cn/fastdeploy
Apache License 2.0
2.93k stars 456 forks source link

【急!】在荣品A311D上部署PPYOLOE+_s时,遇到NPU跑不起来的情况 #1347

Closed Taichipeace closed 1 year ago

Taichipeace commented 1 year ago

环境

问题日志及出现问题的操作流程

问题描述:【模型跑不通】

export LD_LIBRARY_PATH=/home/rpdzkj/Downloads/FastDeploy-develop/examples/vision/detection/paddledetection/a311d/cpp/build/install/lib/;

./build/install/infer_demo ./build/install/models/ppyoloe_noshare_qat ./build/install/images/000000014439.jpg

./build/infer_demo ./models/ppyoloe_plus_ptq_model_new ./images/test03.jpg

./build/infer_demo ./models/ppyoloe_plus_qat_model_new ./images/test03.jpg



[ppyoloe_plus_qat_model_atai.zip](https://github.com/PaddlePaddle/FastDeploy/files/10755738/ppyoloe_plus_qat_model_atai.zip)
[log_ppyoloe_plus.txt](https://github.com/PaddlePaddle/FastDeploy/files/10755739/log_ppyoloe_plus.txt)
[test03.zip](https://github.com/PaddlePaddle/FastDeploy/files/10755779/test03.zip)
yingshengBD commented 1 year ago

subgraph.txt 注意不要在windows 编辑器下创建TXT,它的换行符和linux不一样 导致异构判定失效

Taichipeace commented 1 year ago

万分感谢 yingsheng 大佬!! 问题完美解决。