How to convert SSD mobilenet v2 to uff,Then use uff in jetson_inference detectnet_camera script?

Hi,

The config shared in /usr/src/tensorrt/samples/sampleUffSSD/ is for ssd_inception_v2.
Could you try to use this config instead:
https://github.com/AastaNV/TRT_object_detection/blob/master/config/model_ssd_mobilenet_v2_coco_2018_03_29.py

Thanks.