Hi! I see that the pretrained MaskRCNN models use the detectron2 library.
For various reasons, I prefer not to use detectron2 and would rather use torchvision's MaskRCNN implementation.
I see that you have training code here for torchvision's MaskRCNN. Did you find detectron2 to perform better for the paper results?