Tensor RT inference with python FasterRCNN

I create .uff for a FaterRCNN model by following these steps. How can I inference from .uff with TensorRT?. I don’t want to use Tensorflow-TRT.

thanks

Hi @aneeskamuhammed,
UFF parser has been deprecated, hence we recommend you to use ONNX parser.
pb << ONNX << TRT engine.

Thanks!