TensorRT Mask R-CNN implementation

I’m trying to speed up Mask R-CNN on my GTX 1080 and would like to try out TesnorRT for this.

Is there a Mask R-CNN TensorRT implementation available?

Hi,

Please refer to below sample implementation link:
https://docs.nvidia.com/deeplearning/sdk/tensorrt-sample-support-guide/index.html#sampleuffmaskrcnn
https://github.com/NVIDIA/TensorRT/tree/release/6.0/samples/opensource/sampleUffMaskRCNN

Thanks