metafile.yml 1.65 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
Collections:
  - Name: FSAF
    Metadata:
      Training Data: COCO
      Training Techniques:
        - SGD with Momentum
        - Weight Decay
      Training Resources: 8x NVIDIA Titan-XP GPUs
      Architecture:
        - FPN
        - FSAF
        - ResNet
    Paper: https://arxiv.org/abs/1903.00621
    README: configs/fsaf/README.md

Models:
  - Name: fsaf_r50_fpn_1x_coco
    In Collection: FSAF
    Config: configs/fsaf/fsaf_r50_fpn_1x_coco.py
    Metadata:
      Training Memory (GB): 3.15
      inference time (s/im): 0.07692
      Epochs: 12
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 37.4
    Weights: https://download.openmmlab.com/mmdetection/v2.0/fsaf/fsaf_r50_fpn_1x_coco/fsaf_r50_fpn_1x_coco-94ccc51f.pth

  - Name: fsaf_r101_fpn_1x_coco
    In Collection: FSAF
    Config: configs/fsaf/fsaf_r101_fpn_1x_coco.py
    Metadata:
      Training Memory (GB): 5.08
      inference time (s/im): 0.09259
      Epochs: 12
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 39.3 (37.9)
    Weights: https://download.openmmlab.com/mmdetection/v2.0/fsaf/fsaf_r101_fpn_1x_coco/fsaf_r101_fpn_1x_coco-9e71098f.pth

  - Name: fsaf_x101_64x4d_fpn_1x_coco
    In Collection: FSAF
    Config: configs/fsaf/fsaf_x101_64x4d_fpn_1x_coco.py
    Metadata:
      Training Memory (GB): 9.38
      inference time (s/im): 0.17857
      Epochs: 12
    Results:
      - Task: Object Detection
        Dataset: COCO
        Metrics:
          box AP: 42.4 (41.0)
    Weights: https://download.openmmlab.com/mmdetection/v2.0/fsaf/fsaf_x101_64x4d_fpn_1x_coco/fsaf_x101_64x4d_fpn_1x_coco-e3f6e6fd.pth