TensorRT 5 Python API for Jetson AGX Xavier?

Hi,

TensorRT Python API doesn’t support Jetson yet.
But you can use the python parser as an alternative.

1. Python → [Wrapper] → C++ inference

2. TensorFlow-TensorRT

Thanks.