You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

metafile.yml 3.0 kB

2 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. Collections:
  2. - Name: Res2Net
  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. - Res2Net
  11. Paper:
  12. URL: https://arxiv.org/abs/1904.01169
  13. Title: 'Res2Net for object detection and instance segmentation'
  14. README: configs/res2net/README.md
  15. Code:
  16. URL: https://github.com/open-mmlab/mmdetection/blob/v2.1.0/mmdet/models/backbones/res2net.py#L239
  17. Version: v2.1.0
  18. Models:
  19. - Name: faster_rcnn_r2_101_fpn_2x_coco
  20. In Collection: Res2Net
  21. Config: configs/res2net/faster_rcnn_r2_101_fpn_2x_coco.py
  22. Metadata:
  23. Training Memory (GB): 7.4
  24. Epochs: 24
  25. Results:
  26. - Task: Object Detection
  27. Dataset: COCO
  28. Metrics:
  29. box AP: 43.0
  30. Weights: https://download.openmmlab.com/mmdetection/v2.0/res2net/faster_rcnn_r2_101_fpn_2x_coco/faster_rcnn_r2_101_fpn_2x_coco-175f1da6.pth
  31. - Name: mask_rcnn_r2_101_fpn_2x_coco
  32. In Collection: Res2Net
  33. Config: configs/res2net/mask_rcnn_r2_101_fpn_2x_coco.py
  34. Metadata:
  35. Training Memory (GB): 7.9
  36. Epochs: 24
  37. Results:
  38. - Task: Object Detection
  39. Dataset: COCO
  40. Metrics:
  41. box AP: 43.6
  42. - Task: Instance Segmentation
  43. Dataset: COCO
  44. Metrics:
  45. mask AP: 38.7
  46. Weights: https://download.openmmlab.com/mmdetection/v2.0/res2net/mask_rcnn_r2_101_fpn_2x_coco/mask_rcnn_r2_101_fpn_2x_coco-17f061e8.pth
  47. - Name: cascade_rcnn_r2_101_fpn_20e_coco
  48. In Collection: Res2Net
  49. Config: configs/res2net/cascade_rcnn_r2_101_fpn_20e_coco.py
  50. Metadata:
  51. Training Memory (GB): 7.8
  52. Epochs: 20
  53. Results:
  54. - Task: Object Detection
  55. Dataset: COCO
  56. Metrics:
  57. box AP: 45.7
  58. Weights: https://download.openmmlab.com/mmdetection/v2.0/res2net/cascade_rcnn_r2_101_fpn_20e_coco/cascade_rcnn_r2_101_fpn_20e_coco-f4b7b7db.pth
  59. - Name: cascade_mask_rcnn_r2_101_fpn_20e_coco
  60. In Collection: Res2Net
  61. Config: configs/res2net/cascade_mask_rcnn_r2_101_fpn_20e_coco.py
  62. Metadata:
  63. Training Memory (GB): 9.5
  64. Epochs: 20
  65. Results:
  66. - Task: Object Detection
  67. Dataset: COCO
  68. Metrics:
  69. box AP: 46.4
  70. - Task: Instance Segmentation
  71. Dataset: COCO
  72. Metrics:
  73. mask AP: 40.0
  74. Weights: https://download.openmmlab.com/mmdetection/v2.0/res2net/cascade_mask_rcnn_r2_101_fpn_20e_coco/cascade_mask_rcnn_r2_101_fpn_20e_coco-8a7b41e1.pth
  75. - Name: htc_r2_101_fpn_20e_coco
  76. In Collection: Res2Net
  77. Config: configs/res2net/htc_r2_101_fpn_20e_coco.py
  78. Metadata:
  79. Epochs: 20
  80. Results:
  81. - Task: Object Detection
  82. Dataset: COCO
  83. Metrics:
  84. box AP: 47.5
  85. - Task: Instance Segmentation
  86. Dataset: COCO
  87. Metrics:
  88. mask AP: 41.6
  89. Weights: https://download.openmmlab.com/mmdetection/v2.0/res2net/htc_r2_101_fpn_20e_coco/htc_r2_101_fpn_20e_coco-3a8d2112.pth

No Description

Contributors (3)