metafile.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Collections:
  2. - Name: CenterNet
  3. Metadata:
  4. Training Data: COCO
  5. Training Techniques:
  6. - SGD with Momentum
  7. - Weight Decay
  8. Training Resources: 8x TITANXP GPUs
  9. Architecture:
  10. - ResNet
  11. Paper:
  12. URL: https://arxiv.org/abs/1904.07850
  13. Title: 'Objects as Points'
  14. README: configs/centernet/README.md
  15. Code:
  16. URL: https://github.com/open-mmlab/mmdetection/blob/v2.13.0/mmdet/models/detectors/centernet.py#L10
  17. Version: v2.13.0
  18. Models:
  19. - Name: centernet_r18-dcnv2_8xb16-crop512-140e_coco
  20. In Collection: CenterNet
  21. Config: configs/centernet/centernet_r18-dcnv2_8xb16-crop512-140e_coco.py
  22. Metadata:
  23. Batch Size: 128
  24. Training Memory (GB): 3.47
  25. Epochs: 140
  26. Results:
  27. - Task: Object Detection
  28. Dataset: COCO
  29. Metrics:
  30. box AP: 29.5
  31. Weights: https://download.openmmlab.com/mmdetection/v2.0/centernet/centernet_resnet18_dcnv2_140e_coco/centernet_resnet18_dcnv2_140e_coco_20210702_155131-c8cd631f.pth
  32. - Name: centernet_r18_8xb16-crop512-140e_coco
  33. In Collection: CenterNet
  34. Config: configs/centernet/centernet_r18_8xb16-crop512-140e_coco.py
  35. Metadata:
  36. Batch Size: 128
  37. Training Memory (GB): 3.45
  38. Epochs: 140
  39. Results:
  40. - Task: Object Detection
  41. Dataset: COCO
  42. Metrics:
  43. box AP: 25.9
  44. Weights: https://download.openmmlab.com/mmdetection/v2.0/centernet/centernet_resnet18_140e_coco/centernet_resnet18_140e_coco_20210705_093630-bb5b3bf7.pth
  45. - Name: centernet-update_r50-caffe_fpn_ms-1x_coco
  46. In Collection: CenterNet
  47. Config: configs/centernet/centernet-update_r50-caffe_fpn_ms-1x_coco.py
  48. Metadata:
  49. Batch Size: 16
  50. Training Memory (GB): 3.3
  51. Epochs: 12
  52. Results:
  53. - Task: Object Detection
  54. Dataset: COCO
  55. Metrics:
  56. box AP: 40.2