Convert tensorflow model

Hello,
I am using tensorflow object detection mobilenet SSD model and I want to convert that into TensorRT model. How can I do it? Is it supported in TensorRT?

Thank you,
Smit

Hi,

Please check this comment for details:
[url]Increasing fps on Jetson TX2 for a Tensorflow algorithm - Jetson TX2 - NVIDIA Developer Forums

Thanks.

Hello,
Can I convert it to TensorRT model using TX2 platform only?

Thank you

Suppose not.

Currently, the python API, required for converting model, is only available on a x86 machine.
Thanks.