yolov5_deepsort_tensorrt
yolov5_deepsort_tensorrt copied to clipboard
cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "demo_trt.py", line 58, in
I have uploaded this 'libmyplugins.so' file, please test again.
I have uploaded this 'libmyplugins.so' file, please test again.
我也遇到了这个问题,libmyplugins.so已经下载了,路径也没问题,不知道是不是环境哪里有问题呢?
I have uploaded this 'libmyplugins.so' file, please test again.
环境为Ubuntu18.04 with CUDA 10.2 and cuDNN 8.0.0 TensorRT jetpack自带 PyTorch 1.8.0 and TorchVision 0.9.0 OpenCV-Python 4.5 pycuda 2019.1
I have uploaded this 'libmyplugins.so' file, please test again.
环境为Ubuntu18.04 with CUDA 10.2 and cuDNN 8.0.0 TensorRT jetpack自带 PyTorch 1.8.0 and TorchVision 0.9.0 OpenCV-Python 4.5 pycuda 2019.1
你在Jetson板子上运行的吧?libmyplugins.so得重新编译生成
嗯嗯,使用自己生成的文件后跑通了。目前只能用CPU跑,速度在0.5fps,用CUDA的话会报错,单独测试cuda没问题,重装了pytorch还是不行。不知道哪里有问题
Traceback (most recent call last):
File "demo_trt.py", line 60, in
I have uploaded this 'libmyplugins.so' file, please test again.
环境为Ubuntu18.04 with CUDA 10.2 and cuDNN 8.0.0 TensorRT jetpack自带 PyTorch 1.8.0 and TorchVision 0.9.0 OpenCV-Python 4.5 pycuda 2019.1
你在Jetson板子上运行的吧?libmyplugins.so得重新编译生成
问题已解决,jetson有专用的pytorch和torchvision包,需要去nvidia官网安装。目前GPU已跑通,但是NX上的帧率是2fps左右,和您说的6fps有些差距,不知道是为什么,您能提供一些思路吗?
I have uploaded this 'libmyplugins.so' file, please test again.
环境为Ubuntu18.04 with CUDA 10.2 and cuDNN 8.0.0 TensorRT jetpack自带 PyTorch 1.8.0 and TorchVision 0.9.0 OpenCV-Python 4.5 pycuda 2019.1
你在Jetson板子上运行的吧?libmyplugins.so得重新编译生成
问题已解决,jetson有专用的pytorch和torchvision包,需要去nvidia官网安装。目前GPU已跑通,但是NX上的帧率是2fps左右,和您说的6fps有些差距,不知道是为什么,您能提供一些思路吗?
目标的数量一定程度上会影响速度。我过几天有空会更新一版代码,可能会稍微提速一下,具体提升多少还没有空测试过。
I have uploaded this 'libmyplugins.so' file, please test again.
环境为Ubuntu18.04 with CUDA 10.2 and cuDNN 8.0.0 TensorRT jetpack自带 PyTorch 1.8.0 and TorchVision 0.9.0 OpenCV-Python 4.5 pycuda 2019.1
你在Jetson板子上运行的吧?libmyplugins.so得重新编译生成
我也遇到同样的问题,非常好的项目,请问如何编译libmyplugins.so
I have uploaded this 'libmyplugins.so' file, please test again.
环境为Ubuntu18.04 with CUDA 10.2 and cuDNN 8.0.0 TensorRT jetpack自带 PyTorch 1.8.0 and TorchVision 0.9.0 OpenCV-Python 4.5 pycuda 2019.1
你在Jetson板子上运行的吧?libmyplugins.so得重新编译生成
我也遇到同样的问题,非常好的项目,请问如何编译libmyplugins.so
build tensorrtx / yolov5 and generate ***.engine
cd {tensorrtx}/yolov5/
update CLASS_NUM in yololayer.h if your model is trained on custom dataset
mkdir build cd build cp {ultralytics}/yolov5/yolov5s.wts {tensorrtx}/yolov5/build cmake .. make 没记错的话是这个编译完会有,按流程来就行