theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.33k stars 750 forks source link

Run .trt model #84

Open sebasegovia01 opened 3 years ago

sebasegovia01 commented 3 years ago

I have converted some weights yolov4.weights to onnx and later to tensorrt (.trt). I would like to know how I can run these weights on the model. If anyone can help me. I am running the model on jetson nano.

Thanks!

diazGT94 commented 3 years ago

Maybe this repo helps you https://github.com/jkjung-avt/tensorrt_demos @sebasegovia01

sebasegovia01 commented 3 years ago

Maybe this repo helps you https://github.com/jkjung-avt/tensorrt_demos @sebasegovia01

It worked perfectly, but the bad thing is that this model does not come with deepsort. In this repository (yolov4-deepsort), the model already comes with deepsort implemented. 😅