How to speed up ssd_mobilenet_v2_fpn with tensorRT in jetson nano?

Some advices?

Hi,

You can start with this tutorial:
https://github.com/AastaNV/TRT_object_detection

Or our SSD sample here:
/usr/src/tensorrt/samples/sampleUffSSD/

Thanks.