1 Star 0 Fork 255

zhoupan / PaddleDetection

forked from PaddlePaddle / PaddleDetection 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.51 KB
一键复制 编辑 原始数据 按行查看 历史

RetinaNet (Focal Loss for Dense Object Detection)

Model Zoo

Backbone Model imgs/GPU lr schedule FPS Box AP download config
ResNet50-FPN RetinaNet 2 1x --- 37.5 model config
ResNet101-FPN RetinaNet 2 2x --- 40.6 model config
ResNet50-FPN RetinaNet + FGD 2 2x --- 40.8 model config/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 evaludated 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}
}
Python
1
https://gitee.com/zhoupan/PaddleDetection.git
git@gitee.com:zhoupan/PaddleDetection.git
zhoupan
PaddleDetection
PaddleDetection
release/2.5

搜索帮助