yolov5_deepsort_tensorrt icon indicating copy to clipboard operation
yolov5_deepsort_tensorrt copied to clipboard

Deep SORT error!

Open HadiDecentraTech opened this issue 2 years ago • 1 comments

err 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: vers

HadiDecentraTech avatar Mar 22 '22 14:03 HadiDecentraTech

Hi, there, according to the error message PyCUDA ERROR, you can use Context.pop() to cleanup the context stack.

cong avatar Mar 23 '22 01:03 cong

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. deepsorterror

Do you have any suggestion to fix it?

Thanks

hicsuntleones avatar Nov 05 '22 13:11 hicsuntleones

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. deepsorterror

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.

cong avatar Nov 07 '22 00:11 cong

  1. No problem with Tensort.
  2. 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?

hicsuntleones avatar Nov 07 '22 11:11 hicsuntleones

  1. No problem with Tensort.
  2. 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.

cong avatar Dec 07 '22 02:12 cong