metafile.yml 4.9 KB
Newer Older
unknown's avatar
unknown committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Collections:
  - Name: RetinaNet
    Metadata:
      Training Data: COCO
      Training Techniques:
        - SGD with Momentum
        - Weight Decay
      Training Resources: 8x NVIDIA V100 GPUs
      Architecture:
        - Focal Loss
        - FPN
        - ResNet
    Paper: https://arxiv.org/abs/1708.02002
    README: configs/retinanet/README.md

Models:
  - Name: retinanet_r50_caffe_fpn_1x_coco
    In Collection: RetinaNet
    Config: configs/retinanet/retinanet_r50_caffe_fpn_1x_coco.py
    Metadata:
      Training Memory (GB): 3.5
      inference time (s/im): 0.05376
      Epochs: 12
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 36.3
    Weights: https://download.openmmlab.com/mmdetection/v2.0/retinanet/retinanet_r50_caffe_fpn_1x_coco/retinanet_r50_caffe_fpn_1x_coco_20200531-f11027c5.pth

  - Name: retinanet_r50_fpn_1x_coco
    In Collection: RetinaNet
    Config: configs/retinanet/retinanet_r50_fpn_1x_coco.py
    Metadata:
      Training Memory (GB): 3.8
      inference time (s/im): 0.05263
      Epochs: 12
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 36.5
    Weights: https://download.openmmlab.com/mmdetection/v2.0/retinanet/retinanet_r50_fpn_1x_coco/retinanet_r50_fpn_1x_coco_20200130-c2398f9e.pth

  - Name: retinanet_r50_fpn_2x_coco
    In Collection: RetinaNet
    Config: configs/retinanet/retinanet_r50_fpn_2x_coco.py
    Metadata:
      Epochs: 24
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 37.4
    Weights: https://download.openmmlab.com/mmdetection/v2.0/retinanet/retinanet_r50_fpn_2x_coco/retinanet_r50_fpn_2x_coco_20200131-fdb43119.pth

  - Name: retinanet_r101_caffe_fpn_1x_coco
    In Collection: RetinaNet
    Config: configs/retinanet/retinanet_r101_caffe_fpn_1x_coco.py
    Metadata:
      Training Memory (GB): 5.5
      inference time (s/im): 0.06803
      Epochs: 12
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 38.5
    Weights: https://download.openmmlab.com/mmdetection/v2.0/retinanet/retinanet_r101_caffe_fpn_1x_coco/retinanet_r101_caffe_fpn_1x_coco_20200531-b428fa0f.pth

  - Name: retinanet_r101_fpn_1x_coco
    In Collection: RetinaNet
    Config: configs/retinanet/retinanet_r101_fpn_1x_coco.py
    Metadata:
      Training Memory (GB): 5.7
      inference time (s/im): 0.06667
      Epochs: 12
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 38.5
    Weights: https://download.openmmlab.com/mmdetection/v2.0/retinanet/retinanet_r101_fpn_1x_coco/retinanet_r101_fpn_1x_coco_20200130-7a93545f.pth

  - Name: retinanet_r101_fpn_2x_coco
    In Collection: RetinaNet
    Config: configs/retinanet/retinanet_r101_fpn_2x_coco.py
    Metadata:
      Epochs: 24
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 38.9
    Weights: https://download.openmmlab.com/mmdetection/v2.0/retinanet/retinanet_r101_fpn_2x_coco/retinanet_r101_fpn_2x_coco_20200131-5560aee8.pth

  - Name: retinanet_x101_32x4d_fpn_1x_coco
    In Collection: RetinaNet
    Config: configs/retinanet/retinanet_x101_32x4d_fpn_1x_coco.py
    Metadata:
      Training Memory (GB): 7.0
      inference time (s/im): 0.08264
      Epochs: 12
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 39.9
    Weights: https://download.openmmlab.com/mmdetection/v2.0/retinanet/retinanet_x101_32x4d_fpn_1x_coco/retinanet_x101_32x4d_fpn_1x_coco_20200130-5c8b7ec4.pth

  - Name: retinanet_x101_32x4d_fpn_2x_coco
    In Collection: RetinaNet
    Config: configs/retinanet/retinanet_x101_32x4d_fpn_2x_coco.py
    Metadata:
      Epochs: 24
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 40.1
    Weights: https://download.openmmlab.com/mmdetection/v2.0/retinanet/retinanet_x101_32x4d_fpn_2x_coco/retinanet_x101_32x4d_fpn_2x_coco_20200131-237fc5e1.pth

  - Name: retinanet_x101_64x4d_fpn_1x_coco
    In Collection: RetinaNet
    Config: configs/retinanet/retinanet_x101_64x4d_fpn_1x_coco.py
    Metadata:
      Training Memory (GB): 10.0
      inference time (s/im): 0.11494
      Epochs: 12
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 41.0
    Weights: https://download.openmmlab.com/mmdetection/v2.0/retinanet/retinanet_x101_64x4d_fpn_1x_coco/retinanet_x101_64x4d_fpn_1x_coco_20200130-366f5af1.pth

  - Name: retinanet_x101_64x4d_fpn_2x_coco
    In Collection: RetinaNet
    Config: configs/retinanet/retinanet_x101_64x4d_fpn_2x_coco.py
    Metadata:
      Epochs: 24
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 40.8
    Weights: https://download.openmmlab.com/mmdetection/v2.0/retinanet/retinanet_x101_64x4d_fpn_2x_coco/retinanet_x101_64x4d_fpn_2x_coco_20200131-bca068ab.pth