yolov5_deepsort_tensorrt
yolov5_deepsort_tensorrt copied to clipboard
Deep SORT error!
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 errors and I can detect with yolov5.engine but the tracker give this error.
Those are the versions of the packages installed on my ubuntu 18 device:
Hi, there, according to the error message PyCUDA ERROR, you can use Context.pop()
to cleanup the context stack.
Hi, I used the code as it is on a Jetson Xavier AGX with all dependencies installed and
I get the same error at the end, but the pre-conditions look different. It seems to be a serialization error.
Do you have any suggestion to fix it?
Thanks
Hi, I used the code as it is on a Jetson Xavier AGX with all dependencies installed and I get the same error at the end, but the pre-conditions look different. It seems to be a serialization error.
Do you have any suggestion to fix it?
Thanks
1. Please check if there is any problem with the installation of tensorrt. 2. Please check if there is any problem with the generated engine file.
- No problem with Tensort.
- I am using the engine file that come with your original repo. I though it was good for the demo. Should I generate one for the Xavier?
- No problem with Tensort.
- I am using the engine file that come with your original repo. I though it was good for the demo. Should I generate one for the Xavier?
Sorry about reply you so late. Yeap, you should generate one for the Xavier.