RetinaNet (Focal Loss for Dense Object Detection)

February 1, 2023 ยท View on GitHub

Model Zoo

BackboneModelimgs/GPUlr scheduleFPSBox APdownloadconfig
ResNet50-FPNRetinaNet21x---37.5modelconfig
ResNet50-FPNRetinaNet22x---39.1modelconfig
ResNet101-FPNRetinaNet22x---40.6modelconfig
ResNet50-FPNRetinaNet + FGD22x---40.8modelconfig/slim_config

Notes:

  • The ResNet50-FPN are trained on COCO train2017 with 8 GPUs. Both ResNet101-FPN and ResNet50-FPN with FGD are trained on COCO train2017 with 4 GPUs.
  • All above models are evaluated on val2017. Box AP=mAP(IoU=0.5:0.95).

Citation

@inproceedings{lin2017focal,
  title={Focal loss for dense object detection},
  author={Lin, Tsung-Yi and Goyal, Priya and Girshick, Ross and He, Kaiming and Doll{\'a}r, Piotr},
  booktitle={Proceedings of the IEEE international conference on computer vision},
  year={2017}
}