metafile.yml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. Collections:
  2. - Name: RPN
  3. Metadata:
  4. Training Data: COCO
  5. Training Techniques:
  6. - SGD with Momentum
  7. - Weight Decay
  8. Training Resources: 8x V100 GPUs
  9. Architecture:
  10. - FPN
  11. - ResNet
  12. Paper:
  13. URL: https://arxiv.org/abs/1506.01497
  14. Title: "Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks"
  15. README: configs/rpn/README.md
  16. Code:
  17. URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/rpn.py#L6
  18. Version: v2.0.0
  19. Models:
  20. - Name: rpn_r50-caffe_fpn_1x_coco
  21. In Collection: RPN
  22. Config: configs/rpn/rpn_r50-caffe_fpn_1x_coco.py
  23. Metadata:
  24. Training Memory (GB): 3.5
  25. Training Resources: 8x V100 GPUs
  26. Epochs: 12
  27. Results:
  28. - Task: Object Detection
  29. Dataset: COCO
  30. Metrics:
  31. AR@1000: 58.7
  32. Weights: https://download.openmmlab.com/mmdetection/v2.0/rpn/rpn_r50_caffe_fpn_1x_coco/rpn_r50_caffe_fpn_1x_coco_20200531-5b903a37.pth
  33. - Name: rpn_r50_fpn_1x_coco
  34. In Collection: RPN
  35. Config: configs/rpn/rpn_r50_fpn_1x_coco.py
  36. Metadata:
  37. Training Memory (GB): 3.8
  38. Training Resources: 8x V100 GPUs
  39. Epochs: 12
  40. Results:
  41. - Task: Object Detection
  42. Dataset: COCO
  43. Metrics:
  44. AR@1000: 58.2
  45. Weights: https://download.openmmlab.com/mmdetection/v2.0/rpn/rpn_r50_fpn_1x_coco/rpn_r50_fpn_1x_coco_20200218-5525fa2e.pth
  46. - Name: rpn_r50_fpn_2x_coco
  47. In Collection: RPN
  48. Config: rpn_r50_fpn_2x_coco.py
  49. Metadata:
  50. Epochs: 24
  51. Results:
  52. - Task: Object Detection
  53. Dataset: COCO
  54. Metrics:
  55. AR@1000: 58.6
  56. Weights: https://download.openmmlab.com/mmdetection/v2.0/rpn/rpn_r50_fpn_2x_coco/rpn_r50_fpn_2x_coco_20200131-0728c9b3.pth
  57. - Name: rpn_r101-caffe_fpn_1x_coco
  58. In Collection: RPN
  59. Config: configs/rpn/rpn_r101-caffe_fpn_1x_coco.py
  60. Metadata:
  61. Training Memory (GB): 5.4
  62. Training Resources: 8x V100 GPUs
  63. Epochs: 12
  64. Results:
  65. - Task: Object Detection
  66. Dataset: COCO
  67. Metrics:
  68. AR@1000: 60.0
  69. Weights: https://download.openmmlab.com/mmdetection/v2.0/rpn/rpn_r101_caffe_fpn_1x_coco/rpn_r101_caffe_fpn_1x_coco_20200531-0629a2e2.pth
  70. - Name: rpn_x101-32x4d_fpn_1x_coco
  71. In Collection: RPN
  72. Config: configs/rpn/rpn_x101-32x4d_fpn_1x_coco.py
  73. Metadata:
  74. Training Memory (GB): 7.0
  75. Training Resources: 8x V100 GPUs
  76. Epochs: 12
  77. Results:
  78. - Task: Object Detection
  79. Dataset: COCO
  80. Metrics:
  81. AR@1000: 60.6
  82. Weights: https://download.openmmlab.com/mmdetection/v2.0/rpn/rpn_x101_32x4d_fpn_1x_coco/rpn_x101_32x4d_fpn_1x_coco_20200219-b02646c6.pth
  83. - Name: rpn_x101-32x4d_fpn_2x_coco
  84. In Collection: RPN
  85. Config: configs/rpn/rpn_x101-32x4d_fpn_2x_coco.py
  86. Metadata:
  87. Training Resources: 8x V100 GPUs
  88. Epochs: 24
  89. Results:
  90. - Task: Object Detection
  91. Dataset: COCO
  92. Metrics:
  93. AR@1000: 61.1
  94. Weights: https://download.openmmlab.com/mmdetection/v2.0/rpn/rpn_x101_32x4d_fpn_2x_coco/rpn_x101_32x4d_fpn_2x_coco_20200208-d22bd0bb.pth
  95. - Name: rpn_x101-64x4d_fpn_1x_coco
  96. In Collection: RPN
  97. Config: configs/rpn/rpn_x101-64x4d_fpn_1x_coco.py
  98. Metadata:
  99. Training Memory (GB): 10.1
  100. Training Resources: 8x V100 GPUs
  101. Epochs: 12
  102. Results:
  103. - Task: Object Detection
  104. Dataset: COCO
  105. Metrics:
  106. AR@1000: 61.0
  107. Weights: https://download.openmmlab.com/mmdetection/v2.0/rpn/rpn_x101_64x4d_fpn_1x_coco/rpn_x101_64x4d_fpn_1x_coco_20200208-cde6f7dd.pth
  108. - Name: rpn_x101-64x4d_fpn_2x_coco
  109. In Collection: RPN
  110. Config: configs/rpn/rpn_x101-64x4d_fpn_2x_coco.py
  111. Metadata:
  112. Training Resources: 8x V100 GPUs
  113. Epochs: 24
  114. Results:
  115. - Task: Object Detection
  116. Dataset: COCO
  117. Metrics:
  118. AR@1000: 61.5
  119. Weights: https://download.openmmlab.com/mmdetection/v2.0/rpn/rpn_x101_64x4d_fpn_2x_coco/rpn_x101_64x4d_fpn_2x_coco_20200208-c65f524f.pth