yolov5_deepsort_tensorrt icon indicating copy to clipboard operation
yolov5_deepsort_tensorrt copied to clipboard

This repo uses YOLOv5 and DeepSORT to implement object tracking algorithm. Also using TensorRTX to transform model to engine, and deploying all code on the NVIDIA Xavier with TensorRT further.

Results 11 yolov5_deepsort_tensorrt issues
Sort by recently updated
recently updated
newest added

[TensorRT] ERROR: /home/jenkins/workspace/TensorRT/helpers/rel-7.1/L1_Nightly_Internal/build/source/rtSafe/resources.h (460) - Cuda Error in loadKernel: 3 (initialization error) [TensorRT] ERROR: INVALID_STATE: std::exception [TensorRT] ERROR: INVALID_CONFIG: Deserialize the cuda engine failed. Traceback (most recent call last): File...

不好意思,我在按照作者的指示轉換deepsort的時候發現他沒法直接轉換,一直回報modulenotfounderror: no module named 'fastreid' 請問有人遇到相同的問題嗎

我在nano上部署了代码 但是在运行demo_trt的过程中,nano直接卡死,请问有没有什么建议。

作者,您好,我就是单纯测试一下效果,libmyplugins.so这个文件从哪里找?

![err](https://user-images.githubusercontent.com/95681307/159508399-a3f605b0-e237-41aa-88d1-468b8c3147dc.png) Hello guys, I am facing this error please help me solve it, it seems that this error is caused by deep sort because the yolov5 engine doesn't give any...

作者您好,我想问一下这个yolov5+deepsort的模型在转换完.engine之后在在板子上跑也是有跟踪效果的吗?

Traceback (most recent call last): File "demo_trt.py", line 58, in ctypes.CDLL(PLUGIN_LIBRARY) File "/usr/lib/python3.6/ctypes/__init__.py", line 348, in __init__ self._handle = _dlopen(self._name, mode) OSError: weights/libmyplugins.so: cannot open shared object file: No such...

when i run demo_trt.py i got this error detector = Detector(engine_file_path) File "/home/radar/Desktop/yolotrt/yolov5_deepsort_tensorrt/detector_trt.py", line 43, in __init__ self.cfx = cuda.Device(0).make_context() pycuda._driver.LogicError: cuDeviceGet failed: initialization error

![图片](https://user-images.githubusercontent.com/30583522/142805171-47cf4b88-a34e-4683-babc-7cf187c52cc2.png) 您好,请问下模型运行时所占的内存怎么算出来的?跟模型的权重一样吗?