Hi, is anyone able to confirm for me that I able able to run Mask RCNN while using PyTorch on JetPack 6.1? I have been able to use PyTorch to custom train classification models, then I convert the model using trtexec.
I am thinking forward to my future project. I know PyTorch has Mask RCNN available, will I be able to custom train and deploy a Mask RCNN model with PyTorch and TensorRT? I am not sure if there’s more to segmentation models versus the classification (specifically ResNet) models I have been working with.
Thanks,
Andrew