Conversion of detection networks from .pb to .uff

Hi,

I am trying to convert my detection models to .uff files in order to then build engines and deploy them.

However I am having trouble converting them. There is a sample converting a ssd_inceptionv2, it is however not clear what changes need to be made when converting for example ssd_mobilenetv2 from the official tensorflow detection model_zoo.

Converting them technically works but then raises errors when building the engine.

Is there some simple way to convert the standard models from the detection api model zooto uff files?

Thank you.