GeekAlexis / FastMOT

High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
MIT License
1.12k stars 256 forks source link

Why convert model to ONNX? #221

Closed rafaelbate closed 2 years ago

rafaelbate commented 2 years ago

Hello, thanks again for this amazing work!

Regarding the model conversion to ONNX - We do it so that FastMOT is further able to convert the ONNX file to a TRT file, which will allow for faster inference times, right? Or is there any other reason why we have to convert the model to ONNX?

Thanks in advance for all your kind help and contribution.

GeekAlexis commented 2 years ago

Yes. This is just a workflow recommended by NVIDIA. Converting to TRT directly is fine too.