model_zoo.md

January 2, 2023 ยท View on GitHub

Performance of models (ECCV2022 paper)

Models

  • The following models are trained with Telsa V100 GPU.
  • The pretrained models are in GoogleDriver.

Mask AP Results on Pascal VOC val

BackboneschdModelsGPUsAPAP_25AP_50AP_70AP_75
ResNet-503xmodel436.576.864.244.836.4
ResNet-1013xmodel438.377.966.346.438.7

Mask AP Results on COCO 2017

BackboneschdModelsGPUsAP(val)AP(test-dev)
ResNet-503xmodel831.431.7
ResNet-1013xmodel833.033.4
ResNet-101-DCN3xmodel835.035.4

Note:

  • Following BBTP and DiscoBox, the Pascal VOC is aumented Pascal VOC(data link) with SBD. We recomment the users to train the Pascal VOC first to validate the performance with ~14 hours training time.
  • Training COCO with 3x needs about 4 days.