facebookresearch / maskrcnn-benchmark

Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
MIT License
9.31k stars 2.49k forks source link

Not sure about the difference between two models #1338

Open JosephJohannson opened 2 years ago

JosephJohannson commented 2 years ago

❓ Questions and Help

Hi,

I am just wondering what is the difference between the following two models:

mask_rcnn_R_50_FPN_3x 
mask_rcnn_X_101_32x8d_FPN_3x

I want to use detectron2 with instance segmentation and I am not sure what the difference is.

Thanks for any information