How to run faster_rcnn_inception_v2 object detection tensorflow model on Jetson AGX Xavier?

How to run faster_rcnn_inception_v2 object detection tensorflow model on Jetson AGX Xavier?

Hi,

For TensorFlow interface, you can install the library with the instructions below or use our NGC l4t-tensorflow container.

If you try to deploy the model with TensorRT, please check the sample below:

https://github.com/NVIDIA/TensorRT/tree/master/samples/opensource/sampleFasterRCNN

Thanks.