Open rtrahms opened 2 years ago
There are two ways to integrate the TensorRT to this project
For the second option, we can also embed the post-processing plugin provided by TRT-OSS with the onnx-graphsurgeon at the end of the exported ONNX graph, we have done some experiments on yolort. And this can reduce the difficulties of deploying. The remaining things that need to do is to implement the pre-processing transformation already available in this project.
I tried out your sample - very cool! I get 110 FPS with a YOLOv5s running CUDA 11.5 on my 1080ti. I am curious what it would take to evaluate performance with TensorRT. Have you tried this? Any pointers? Thanks.