metafile.yml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. Collections:
  2. - Name: FSAF
  3. Metadata:
  4. Training Data: COCO
  5. Training Techniques:
  6. - SGD with Momentum
  7. - Weight Decay
  8. Training Resources: 8x Titan-XP GPUs
  9. Architecture:
  10. - FPN
  11. - FSAF
  12. - ResNet
  13. Paper:
  14. URL: https://arxiv.org/abs/1903.00621
  15. Title: 'Feature Selective Anchor-Free Module for Single-Shot Object Detection'
  16. README: configs/fsaf/README.md
  17. Code:
  18. URL: https://github.com/open-mmlab/mmdetection/blob/v2.1.0/mmdet/models/detectors/fsaf.py#L6
  19. Version: v2.1.0
  20. Models:
  21. - Name: fsaf_r50_fpn_1x_coco
  22. In Collection: FSAF
  23. Config: configs/fsaf/fsaf_r50_fpn_1x_coco.py
  24. Metadata:
  25. Training Memory (GB): 3.15
  26. inference time (ms/im):
  27. - value: 76.92
  28. hardware: V100
  29. backend: PyTorch
  30. batch size: 1
  31. mode: FP32
  32. resolution: (800, 1333)
  33. Epochs: 12
  34. Results:
  35. - Task: Object Detection
  36. Dataset: COCO
  37. Metrics:
  38. box AP: 37.4
  39. Weights: https://download.openmmlab.com/mmdetection/v2.0/fsaf/fsaf_r50_fpn_1x_coco/fsaf_r50_fpn_1x_coco-94ccc51f.pth
  40. - Name: fsaf_r101_fpn_1x_coco
  41. In Collection: FSAF
  42. Config: configs/fsaf/fsaf_r101_fpn_1x_coco.py
  43. Metadata:
  44. Training Memory (GB): 5.08
  45. inference time (ms/im):
  46. - value: 92.59
  47. hardware: V100
  48. backend: PyTorch
  49. batch size: 1
  50. mode: FP32
  51. resolution: (800, 1333)
  52. Epochs: 12
  53. Results:
  54. - Task: Object Detection
  55. Dataset: COCO
  56. Metrics:
  57. box AP: 39.3
  58. Weights: https://download.openmmlab.com/mmdetection/v2.0/fsaf/fsaf_r101_fpn_1x_coco/fsaf_r101_fpn_1x_coco-9e71098f.pth
  59. - Name: fsaf_x101-64x4d_fpn_1x_coco
  60. In Collection: FSAF
  61. Config: configs/fsaf/fsaf_x101-64x4d_fpn_1x_coco.py
  62. Metadata:
  63. Training Memory (GB): 9.38
  64. inference time (ms/im):
  65. - value: 178.57
  66. hardware: V100
  67. backend: PyTorch
  68. batch size: 1
  69. mode: FP32
  70. resolution: (800, 1333)
  71. Epochs: 12
  72. Results:
  73. - Task: Object Detection
  74. Dataset: COCO
  75. Metrics:
  76. box AP: 42.4
  77. Weights: https://download.openmmlab.com/mmdetection/v2.0/fsaf/fsaf_x101_64x4d_fpn_1x_coco/fsaf_x101_64x4d_fpn_1x_coco-e3f6e6fd.pth