Stephenfang51 / tracklite

Using Tensort to speed up yolov3 with deepsort for MOT
157 stars 48 forks source link

Newer version of TensorRT #19

Open diazGT94 opened 3 years ago

diazGT94 commented 3 years ago

Hey, I've trying to use your code but it doesn't run with new versions of TensorRT

I also tried to modify your code for runing it on the newest version however I have some issues with reshaping in the postprocessing stage. I was wondering if you can give me some hints of how should I customize your code to make it work with newere TensorRT.

Thanks