TensorRT support

Hello,
I want to use TensorRT on Jetson TX2. Can anyone let me know if its possible to convert SSD_Mobilenet for object detection using tensorflow ([url]https://github.com/tensorflow/models/tree/master/research/object_detection[/url]) graph into UFF?

Thank you,
Smit

No.
There are some non-supported op in this model and it can’t be converted to UFF successfully.

Thanks.

Does that mean I cannot use SSD model into TensorRT for object detection with bounding boxes?

Hi,

Depends on which operation is used in your SSD model since there are lots of varieties.

You can find TensorRT support information here:
TensorRT layer: [url]Developer Guide :: NVIDIA Deep Learning TensorRT Documentation
UFF parser: [url]NVIDIA Documentation Center | NVIDIA Developer

Thanks.