How to deploy custom trained Mask RCNN on Jetson Nano?

Hi, I have trained MASKRCNN on a custom dataset. I am not understanding how to deploy this trained model on Nvidia Jetson Nano.

Kindly help me with authentic sources.

Hi @muhammadsalam557,

Welcome to the NVIDIA Developer forums!. Your question belongs in the Jetson Nano Category. I will move it over for you.

Regards,
Tom K

Hi,

May I know the model format of your Mask RCNN?
If it is trained with TensorFlow 1.15.x, we have an example to run it with TensorRT as below:

Thanks.

Thank you

I have used tensorflow==1.13.1.

Hi,

Do you have a .pb format model from TensorFlow 1.x?
If yes, you should be able to run it with TensorRT with a similar flow as the tutorial: .pb - .uff - .trt

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.