Back to Mmdetection

Strong Baselines

configs/strong_baselines/README.md

3.3.01.6 KB
Original Source

Strong Baselines

<!-- [OTHERS] -->

We train Mask R-CNN with large-scale jitter and longer schedule as strong baselines. The modifications follow those in Detectron2.

Results and Models

BackboneStyleLr schdMem (GB)Inf time (fps)box APmask APConfigDownload
R-50-FPNpytorch50econfigmodel | log
R-50-FPNpytorch100econfigmodel | log
R-50-FPNcaffe100e44.740.4configmodel | log
R-50-FPNcaffe400econfigmodel | log

Notice

When using large-scale jittering, there are sometimes empty proposals in the box and mask heads during training. This requires MMSyncBN that allows empty tensors. Therefore, please use mmcv-full>=1.3.14 to train models supported in this directory.