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.98k stars 463 forks source link

运行出错 #2355

Open txy00001 opened 9 months ago

txy00001 commented 9 months ago

环境

export OPENCV_DIRECTORY=/usr/lib/x86_64-linux-gnu/cmake/opencv4 \

python setup.py build python setup.py bdist_wheel

我的执行脚本: ![Uploading image.png…]()

rainyfly commented 9 months ago

看起来像是用法不对,从代码报错来看这个det_model现在是个str, 可以贴下更完整的代码,或者调试看下det_model的值是否符合你的预期。

txy00001 commented 9 months ago

看起来像是用法不对,从代码报错来看这个det_model现在是个str, 可以贴下更完整的代码,或者调试看下det_model的值是否符合你的预期。

现在跑通了,出来的结果也符合预期,但是我开启FP16,速度和fp32的基本一样,没有明显的加速,是为啥呢? 以下是我的代码 image image image 是我开启fp16的方法错了么?,可以正常保存cache_16.trt

funny000 commented 7 months ago

你这个加速的问题现在解决了吗@txy00001

txy00001 commented 7 months ago

你这个加速的问题现在解决了吗@txy00001 我已经改掉了,有0.02-0.04s的提升