Maskrcnn ONNX example

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hello,

Since uff has been deprecated, I could not get any help of the TF->uff->TRT conversion example. (Invalid shape error when building)

Any sample of Maskrcnn ONNX conversion that I use for ?

Thank you.

Hi,

Currently, we do not have direct Maskrcnn ONNX
Please refer following to download Maskrcnn ONNX file. Following may help you.
https://github.com/onnx/models/tree/master/vision/object_detection_segmentation

We can refer ONNX to TensorRT samples here, ex: sampleOnnxMNIST

Thank you.