TensorRT vS Torchscript for inference

Can someone share their experience with TensorRT based inference vs CUDA accelerated Torchscript based inference for object detection algorithms?

Hi, Request you to share your model and script, so that we can help you better.

Alternatively, you can try running your model with trtexec command.
https://github.com/NVIDIA/TensorRT/tree/master/samples/opensource/trtexec

Thanks!