GeT-RiGhTTT

Results 13 comments of GeT-RiGhTTT

- icra@icra:~/extenddisk/ZZL/FastDeploy-release-0.8.0/deploy/build$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename: bionic - icra@icra:~/extenddisk/ZZL/FastDeploy-release-0.8.0/deploy/build$ gcc -v 使用内建 specs。 COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper 目标:x86_64-pc-linux-gnu 配置为:../gcc-8.2.0/configure...

emm,那个视频是之前军方的一个项目,不太方便给您,不好意思哈,不过其他您测试其他视频应该也行

好的,我看一下,谢谢你

@jiangjiajun 或者能在FastDeploy/examples/vision/detection/paddledetection/cpp里上传个demo吗

> > FastDeploy目前里面使用的CPU解码,没有调用NV的硬解码模块,目前常见的网络协议都支持(rtsp rtmp hls http)。 后续会根据大家需要,确定是否引入硬解码。方便加我微信(18813190139)深入交流这块的需求? 请问一下现在支持硬解码了吗,还有视频的多线程处理该怎么操作

> > 环境cuda版本和cudnn版本分别是多少呢 > > cuda 11.2 cudnn 8.6.0.163 > > 感觉是我的T600 4G显存有些小。可能有memory limit的配置或限制 最后成功了吗

执行时如提示error while loading shared libraries: libxxx.so: cannot open shared object file: No such file...,说明程序执行时没有找到FastDeploy的库路径,可通过执行如下命令,将FastDeploy的库路径添加到环境变量之后,重新执行二进制程序。 source /Path/to/fastdeploy_cpp_sdk/fastdeploy_init.sh 我source完还是回报同样的错误

icra@icra:~/extenddisk/ZZL/FastDeploy-release-0.8.0/deploy/build$ ./infer_demo ./infer_demo: error while loading shared libraries: libnvinfer.so.7: cannot open shared object file: No such file or directory icra@icra:~/extenddisk/ZZL/FastDeploy-release-0.8.0/deploy/build$ source /home/icra/extenddisk/ZZL/FastDeploy-release-0.8.0/build/compiled_fastdeploy_sdk/fastdeploy_init.sh Import environment variable from FastDeploy... FastDeploy Lib: /home/icra/extenddisk/ZZL/FastDeploy-release-0.8.0/build/compiled_fastdeploy_sdk/lib...

报同样的错误

icra@icra:~/extenddisk/ZZL/FastDeploy-release-0.8.0/deploy/build$ source /home/icra/extenddisk/ZZL/FastDeploy-release-0.8.0/fastdeploy_init.sh =============== Information ====================== FastDeploy Library Path: /home/icra/extenddisk/ZZL/FastDeploy-release-0.8.0 Platform: Linux ================================================== Find Library Directory: /home/icra/extenddisk/ZZL/FastDeploy-release-0.8.0/build Find Library Directory: /home/icra/extenddisk/ZZL/FastDeploy-release-0.8.0/build/compiled_fastdeploy_sdk/lib Find Library Directory: /home/icra/extenddisk/ZZL/FastDeploy-release-0.8.0/build/compiled_fastdeploy_sdk/third_libs/install/onnxruntime/lib Find Library Directory: /home/icra/extenddisk/ZZL/FastDeploy-release-0.8.0/build/compiled_fastdeploy_sdk/third_libs/install/paddle_inference/paddle/lib Find...