Skip to content

Commit

Permalink
[Enchance] Update the paper and code fields in the metafile (open-mml…
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaAndroid authored Sep 9, 2021
1 parent 848f53c commit 49da97c
Show file tree
Hide file tree
Showing 58 changed files with 348 additions and 58 deletions.
7 changes: 6 additions & 1 deletion configs/atss/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ Collections:
- ATSS
- FPN
- ResNet
Paper: https://arxiv.org/abs/1912.02424
Paper:
URL: https://arxiv.org/abs/1912.02424
Title: 'Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection'
README: configs/atss/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/atss.py#L6
Version: v2.0.0

Models:
- Name: atss_r50_fpn_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/autoassign/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ Collections:
- AutoAssign
- FPN
- ResNet
Paper: https://arxiv.org/abs/2007.03496
Paper:
URL: https://arxiv.org/abs/2007.03496
Title: 'AutoAssign: Differentiable Label Assignment for Dense Object Detection'
README: configs/autoassign/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.12.0/mmdet/models/detectors/autoassign.py#L6
Version: v2.12.0

Models:
- Name: autoassign_r50_fpn_8x2_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/cascade_rcnn/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ Collections:
- RPN
- ResNet
- RoIAlign
Paper: http://dx.doi.org/10.1109/tpami.2019.2956516
Paper:
URL: http://dx.doi.org/10.1109/tpami.2019.2956516
Title: 'Cascade R-CNN: Delving into High Quality Object Detection'
README: configs/cascade_rcnn/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/cascade_rcnn.py#L6
Version: v2.0.0

Models:
- Name: cascade_rcnn_r50_caffe_fpn_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/centernet/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ Collections:
Training Resources: 8x TITANXP GPUs
Architecture:
- ResNet
Paper: https://arxiv.org/abs/1904.07850
Paper:
URL: https://arxiv.org/abs/1904.07850
Title: 'Objects as Points'
README: configs/centernet/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.13.0/mmdet/models/detectors/centernet.py#L10
Version: v2.13.0

Models:
- Name: centernet_resnet18_dcnv2_140e_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/centripetalnet/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ Collections:
Architecture:
- Corner Pooling
- Stacked Hourglass Network
Paper: https://arxiv.org/abs/2003.09119
Paper:
URL: https://arxiv.org/abs/2003.09119
Title: 'CentripetalNet: Pursuing High-quality Keypoint Pairs for Object Detection'
README: configs/centripetalnet/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.5.0/mmdet/models/detectors/cornernet.py#L9
Version: v2.5.0

Models:
- Name: centripetalnet_hourglass104_mstest_16x6_210e_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/cornernet/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ Collections:
Architecture:
- Corner Pooling
- Stacked Hourglass Network
Paper: https://arxiv.org/abs/1808.01244
Paper:
URL: https://arxiv.org/abs/1808.01244
Title: 'CornerNet: Detecting Objects as Paired Keypoints'
README: configs/cornernet/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.3.0/mmdet/models/detectors/cornernet.py#L9
Version: v2.3.0

Models:
- Name: cornernet_hourglass104_mstest_10x5_210e_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/dcn/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ Collections:
Training Resources: 8x V100 GPUs
Architecture:
- Deformable Convolution
Paper: https://arxiv.org/abs/1811.11168
Paper:
URL: https://arxiv.org/abs/1811.11168
Title: 'Deformable ConvNets v2: More Deformable, Better Results'
README: configs/dcn/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/ops/dcn/deform_conv.py#L15
Version: v2.0.0

Models:
- Name: faster_rcnn_r50_fpn_dconv_c3-c5_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/deformable_detr/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ Collections:
Architecture:
- ResNet
- Transformer
Paper: https://openreview.net/forum?id=gZ9hCDWe6ke
Paper:
URL: https://openreview.net/forum?id=gZ9hCDWe6ke
Title: 'Deformable DETR: Deformable Transformers for End-to-End Object Detection'
README: configs/deformable_detr/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.12.0/mmdet/models/detectors/deformable_detr.py#L6
Version: v2.12.0

Models:
- Name: deformable_detr_r50_16x2_50e_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/detectors/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ Collections:
- ResNet
- RoIAlign
- SAC
Paper: https://arxiv.org/abs/2006.02334
Paper:
URL: https://arxiv.org/abs/2006.02334
Title: 'DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution'
README: configs/detectors/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.2.0/mmdet/models/backbones/detectors_resnet.py#L205
Version: v2.2.0

Models:
- Name: cascade_rcnn_r50_rfp_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/detr/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ Collections:
Architecture:
- ResNet
- Transformer
Paper: https://arxiv.org/abs/2005.12872
Paper:
URL: https://arxiv.org/abs/2005.12872
Title: 'End-to-End Object Detection with Transformers'
README: configs/detr/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.7.0/mmdet/models/detectors/detr.py#L7
Version: v2.7.0

Models:
- Name: detr_r50_8x2_150e_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/double_heads/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ Collections:
- RPN
- ResNet
- RoIAlign
Paper: https://arxiv.org/pdf/1904.06493
Paper:
URL: https://arxiv.org/pdf/1904.06493
Title: 'Rethinking Classification and Localization for Object Detection'
README: configs/double_heads/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/roi_heads/double_roi_head.py#L6
Version: v2.0.0

Models:
- Name: dh_faster_rcnn_r50_fpn_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/dynamic_rcnn/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ Collections:
- RPN
- ResNet
- RoIAlign
Paper: https://arxiv.org/pdf/2004.06002
Paper:
URL: https://arxiv.org/pdf/2004.06002
Title: 'Dynamic R-CNN: Towards High Quality Object Detection via Dynamic Training'
README: configs/dynamic_rcnn/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.2.0/mmdet/models/roi_heads/dynamic_roi_head.py#L11
Version: v2.2.0

Models:
- Name: dynamic_rcnn_r50_fpn_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/empirical_attention/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ Collections:
- ResNet
- RoIAlign
- Spatial Attention
Paper: https://arxiv.org/pdf/1904.05873
Paper:
URL: https://arxiv.org/pdf/1904.05873
Title: 'An Empirical Study of Spatial Attention Mechanisms in Deep Networks'
README: configs/empirical_attention/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/ops/generalized_attention.py#L10
Version: v2.0.0

Models:
- Name: faster_rcnn_r50_fpn_attention_1111_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/faster_rcnn/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ Collections:
- RPN
- ResNet
- RoIPool
Paper: https://arxiv.org/abs/1506.01497
Paper:
URL: https://arxiv.org/abs/1506.01497
Title: 'Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks'
README: configs/faster_rcnn/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/faster_rcnn.py#L6
Version: v2.0.0

Models:
- Name: faster_rcnn_r50_caffe_dc5_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/fcos/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ Collections:
- FPN
- Group Normalization
- ResNet
Paper: https://arxiv.org/abs/1904.01355
Paper:
URL: https://arxiv.org/abs/1904.01355
Title: 'FCOS: Fully Convolutional One-Stage Object Detection'
README: configs/fcos/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/fcos.py#L6
Version: v2.0.0

Models:
- Name: fcos_r50_caffe_fpn_gn-head_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/foveabox/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ Collections:
Architecture:
- FPN
- ResNet
Paper: https://arxiv.org/abs/1904.03797
Paper:
URL: https://arxiv.org/abs/1904.03797
Title: 'FoveaBox: Beyond Anchor-based Object Detector'
README: configs/foveabox/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/fovea.py#L6
Version: v2.0.0

Models:
- Name: fovea_r50_fpn_4x4_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/fp16/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ Collections:
Training Techniques:
- Mixed Precision Training
Training Resources: 8x V100 GPUs
Paper: https://arxiv.org/abs/1710.03740
Paper:
URL: https://arxiv.org/abs/1710.03740
Title: 'Mixed Precision Training'
README: configs/fp16/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/core/fp16/hooks.py#L11
Version: v2.0.0

Models:
- Name: faster_rcnn_r50_fpn_fp16_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/fpg/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ Collections:
Training Resources: 8x V100 GPUs
Architecture:
- Feature Pyramid Grids
Paper: https://arxiv.org/abs/2004.03580
Paper:
URL: https://arxiv.org/abs/2004.03580
Title: 'Feature Pyramid Grids'
README: configs/fpg/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.10.0/mmdet/models/necks/fpg.py#L101
Version: v2.10.0

Models:
- Name: faster_rcnn_r50_fpg_crop640_50e_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/free_anchor/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ Collections:
Architecture:
- FreeAnchor
- ResNet
Paper: https://arxiv.org/abs/1909.02466
Paper:
URL: https://arxiv.org/abs/1909.02466
Title: 'FreeAnchor: Learning to Match Anchors for Visual Object Detection'
README: configs/free_anchor/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/dense_heads/free_anchor_retina_head.py#L10
Version: v2.0.0

Models:
- Name: retinanet_free_anchor_r50_fpn_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/fsaf/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ Collections:
- FPN
- FSAF
- ResNet
Paper: https://arxiv.org/abs/1903.00621
Paper:
URL: https://arxiv.org/abs/1903.00621
Title: 'Feature Selective Anchor-Free Module for Single-Shot Object Detection'
README: configs/fsaf/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.1.0/mmdet/models/detectors/fsaf.py#L6
Version: v2.1.0

Models:
- Name: fsaf_r50_fpn_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/gcnet/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ Collections:
- RPN
- ResNet
- ResNeXt
Paper: https://arxiv.org/abs/1904.11492
Paper:
URL: https://arxiv.org/abs/1904.11492
Title: 'GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond'
README: configs/gcnet/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/ops/context_block.py#L13
Version: v2.0.0

Models:
- Name: mask_rcnn_r50_fpn_r16_gcb_c3-c5_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/gfl/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ Collections:
- Generalized Focal Loss
- FPN
- ResNet
Paper: https://arxiv.org/abs/2006.04388
Paper:
URL: https://arxiv.org/abs/2006.04388
Title: 'Generalized Focal Loss: Learning Qualified and Distributed Bounding Boxes for Dense Object Detection'
README: configs/gfl/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.2.0/mmdet/models/detectors/gfl.py#L6
Version: v2.2.0

Models:
- Name: gfl_r50_fpn_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/ghm/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ Collections:
- GHM-R
- FPN
- ResNet
Paper: https://arxiv.org/abs/1811.05181
Paper:
URL: https://arxiv.org/abs/1811.05181
Title: 'Gradient Harmonized Single-stage Detector'
README: configs/ghm/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/losses/ghm_loss.py#L21
Version: v2.0.0

Models:
- Name: retinanet_ghm_r50_fpn_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/gn+ws/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ Collections:
Architecture:
- Group Normalization
- Weight Standardization
Paper: https://arxiv.org/abs/1903.10520
Paper:
URL: https://arxiv.org/abs/1903.10520
Title: 'Weight Standardization'
README: configs/gn+ws/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/configs/gn%2Bws/mask_rcnn_r50_fpn_gn_ws-all_2x_coco.py
Version: v2.0.0

Models:
- Name: faster_rcnn_r50_fpn_gn_ws-all_1x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/gn/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ Collections:
Training Resources: 8x V100 GPUs
Architecture:
- Group Normalization
Paper: https://arxiv.org/abs/1803.08494
Paper:
URL: https://arxiv.org/abs/1803.08494
Title: 'Group Normalization'
README: configs/gn/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/configs/gn/mask_rcnn_r50_fpn_gn-all_2x_coco.py
Version: v2.0.0

Models:
- Name: mask_rcnn_r50_fpn_gn-all_2x_coco
Expand Down
7 changes: 6 additions & 1 deletion configs/grid_rcnn/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ Collections:
- Dilated Convolution
- ResNet
- RoIAlign
Paper: https://arxiv.org/abs/1906.05688
Paper:
URL: https://arxiv.org/abs/1906.05688
Title: 'Grid R-CNN'
README: configs/grid_rcnn/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/grid_rcnn.py#L6
Version: v2.0.0

Models:
- Name: grid_rcnn_r50_fpn_gn-head_2x_coco
Expand Down
Loading

0 comments on commit 49da97c

Please sign in to comment.