metafile.yml 816 B

12345678910111213141516171819
  1. Models:
  2. - Name: retinanet_effb3_fpn_8xb4-crop896-1x_coco
  3. In Collection: RetinaNet
  4. Config: configs/efficientnet/retinanet_effb3_fpn_8xb4-crop896-1x_coco.py
  5. Metadata:
  6. Epochs: 12
  7. Results:
  8. - Task: Object Detection
  9. Dataset: COCO
  10. Metrics:
  11. box AP: 40.5
  12. Weights: https://download.openmmlab.com/mmdetection/v2.0/efficientnet/retinanet_effb3_fpn_crop896_8x4_1x_coco/retinanet_effb3_fpn_crop896_8x4_1x_coco_20220322_234806-615a0dda.pth
  13. Paper:
  14. URL: https://arxiv.org/abs/1905.11946v5
  15. Title: 'EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks'
  16. README: configs/efficientnet/README.md
  17. Code:
  18. URL: https://github.com/open-mmlab/mmdetection/blob/v2.23.0/mmdet/models/backbones/efficientnet.py#L159
  19. Version: v2.23.0