Skip to content

Commit 49da97c

Browse files
authored
[Enchance] Update the paper and code fields in the metafile (open-mmlab#6043)
1 parent 848f53c commit 49da97c

File tree

58 files changed

+348
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+348
-58
lines changed

configs/atss/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ Collections:
1010
- ATSS
1111
- FPN
1212
- ResNet
13-
Paper: https://arxiv.org/abs/1912.02424
13+
Paper:
14+
URL: https://arxiv.org/abs/1912.02424
15+
Title: 'Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection'
1416
README: configs/atss/README.md
17+
Code:
18+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/atss.py#L6
19+
Version: v2.0.0
1520

1621
Models:
1722
- Name: atss_r50_fpn_1x_coco

configs/autoassign/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ Collections:
1010
- AutoAssign
1111
- FPN
1212
- ResNet
13-
Paper: https://arxiv.org/abs/2007.03496
13+
Paper:
14+
URL: https://arxiv.org/abs/2007.03496
15+
Title: 'AutoAssign: Differentiable Label Assignment for Dense Object Detection'
1416
README: configs/autoassign/README.md
17+
Code:
18+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.12.0/mmdet/models/detectors/autoassign.py#L6
19+
Version: v2.12.0
1520

1621
Models:
1722
- Name: autoassign_r50_fpn_8x2_1x_coco

configs/cascade_rcnn/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ Collections:
1212
- RPN
1313
- ResNet
1414
- RoIAlign
15-
Paper: http://dx.doi.org/10.1109/tpami.2019.2956516
15+
Paper:
16+
URL: http://dx.doi.org/10.1109/tpami.2019.2956516
17+
Title: 'Cascade R-CNN: Delving into High Quality Object Detection'
1618
README: configs/cascade_rcnn/README.md
19+
Code:
20+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/cascade_rcnn.py#L6
21+
Version: v2.0.0
1722

1823
Models:
1924
- Name: cascade_rcnn_r50_caffe_fpn_1x_coco

configs/centernet/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ Collections:
88
Training Resources: 8x TITANXP GPUs
99
Architecture:
1010
- ResNet
11-
Paper: https://arxiv.org/abs/1904.07850
11+
Paper:
12+
URL: https://arxiv.org/abs/1904.07850
13+
Title: 'Objects as Points'
1214
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
1318

1419
Models:
1520
- Name: centernet_resnet18_dcnv2_140e_coco

configs/centripetalnet/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ Collections:
88
Architecture:
99
- Corner Pooling
1010
- Stacked Hourglass Network
11-
Paper: https://arxiv.org/abs/2003.09119
11+
Paper:
12+
URL: https://arxiv.org/abs/2003.09119
13+
Title: 'CentripetalNet: Pursuing High-quality Keypoint Pairs for Object Detection'
1214
README: configs/centripetalnet/README.md
15+
Code:
16+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.5.0/mmdet/models/detectors/cornernet.py#L9
17+
Version: v2.5.0
1318

1419
Models:
1520
- Name: centripetalnet_hourglass104_mstest_16x6_210e_coco

configs/cornernet/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ Collections:
88
Architecture:
99
- Corner Pooling
1010
- Stacked Hourglass Network
11-
Paper: https://arxiv.org/abs/1808.01244
11+
Paper:
12+
URL: https://arxiv.org/abs/1808.01244
13+
Title: 'CornerNet: Detecting Objects as Paired Keypoints'
1214
README: configs/cornernet/README.md
15+
Code:
16+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.3.0/mmdet/models/detectors/cornernet.py#L9
17+
Version: v2.3.0
1318

1419
Models:
1520
- Name: cornernet_hourglass104_mstest_10x5_210e_coco

configs/dcn/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ Collections:
88
Training Resources: 8x V100 GPUs
99
Architecture:
1010
- Deformable Convolution
11-
Paper: https://arxiv.org/abs/1811.11168
11+
Paper:
12+
URL: https://arxiv.org/abs/1811.11168
13+
Title: 'Deformable ConvNets v2: More Deformable, Better Results'
1214
README: configs/dcn/README.md
15+
Code:
16+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/ops/dcn/deform_conv.py#L15
17+
Version: v2.0.0
1318

1419
Models:
1520
- Name: faster_rcnn_r50_fpn_dconv_c3-c5_1x_coco

configs/deformable_detr/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ Collections:
1010
Architecture:
1111
- ResNet
1212
- Transformer
13-
Paper: https://openreview.net/forum?id=gZ9hCDWe6ke
13+
Paper:
14+
URL: https://openreview.net/forum?id=gZ9hCDWe6ke
15+
Title: 'Deformable DETR: Deformable Transformers for End-to-End Object Detection'
1416
README: configs/deformable_detr/README.md
17+
Code:
18+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.12.0/mmdet/models/detectors/deformable_detr.py#L6
19+
Version: v2.12.0
1520

1621
Models:
1722
- Name: deformable_detr_r50_16x2_50e_coco

configs/detectors/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ Collections:
1414
- ResNet
1515
- RoIAlign
1616
- SAC
17-
Paper: https://arxiv.org/abs/2006.02334
17+
Paper:
18+
URL: https://arxiv.org/abs/2006.02334
19+
Title: 'DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution'
1820
README: configs/detectors/README.md
21+
Code:
22+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.2.0/mmdet/models/backbones/detectors_resnet.py#L205
23+
Version: v2.2.0
1924

2025
Models:
2126
- Name: cascade_rcnn_r50_rfp_1x_coco

configs/detr/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ Collections:
1010
Architecture:
1111
- ResNet
1212
- Transformer
13-
Paper: https://arxiv.org/abs/2005.12872
13+
Paper:
14+
URL: https://arxiv.org/abs/2005.12872
15+
Title: 'End-to-End Object Detection with Transformers'
1416
README: configs/detr/README.md
17+
Code:
18+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.7.0/mmdet/models/detectors/detr.py#L7
19+
Version: v2.7.0
1520

1621
Models:
1722
- Name: detr_r50_8x2_150e_coco

configs/double_heads/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ Collections:
1111
- RPN
1212
- ResNet
1313
- RoIAlign
14-
Paper: https://arxiv.org/pdf/1904.06493
14+
Paper:
15+
URL: https://arxiv.org/pdf/1904.06493
16+
Title: 'Rethinking Classification and Localization for Object Detection'
1517
README: configs/double_heads/README.md
18+
Code:
19+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/roi_heads/double_roi_head.py#L6
20+
Version: v2.0.0
1621

1722
Models:
1823
- Name: dh_faster_rcnn_r50_fpn_1x_coco

configs/dynamic_rcnn/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ Collections:
1212
- RPN
1313
- ResNet
1414
- RoIAlign
15-
Paper: https://arxiv.org/pdf/2004.06002
15+
Paper:
16+
URL: https://arxiv.org/pdf/2004.06002
17+
Title: 'Dynamic R-CNN: Towards High Quality Object Detection via Dynamic Training'
1618
README: configs/dynamic_rcnn/README.md
19+
Code:
20+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.2.0/mmdet/models/roi_heads/dynamic_roi_head.py#L11
21+
Version: v2.2.0
1722

1823
Models:
1924
- Name: dynamic_rcnn_r50_fpn_1x_coco

configs/empirical_attention/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ Collections:
1313
- ResNet
1414
- RoIAlign
1515
- Spatial Attention
16-
Paper: https://arxiv.org/pdf/1904.05873
16+
Paper:
17+
URL: https://arxiv.org/pdf/1904.05873
18+
Title: 'An Empirical Study of Spatial Attention Mechanisms in Deep Networks'
1719
README: configs/empirical_attention/README.md
20+
Code:
21+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/ops/generalized_attention.py#L10
22+
Version: v2.0.0
1823

1924
Models:
2025
- Name: faster_rcnn_r50_fpn_attention_1111_1x_coco

configs/faster_rcnn/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ Collections:
1111
- RPN
1212
- ResNet
1313
- RoIPool
14-
Paper: https://arxiv.org/abs/1506.01497
14+
Paper:
15+
URL: https://arxiv.org/abs/1506.01497
16+
Title: 'Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks'
1517
README: configs/faster_rcnn/README.md
18+
Code:
19+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/faster_rcnn.py#L6
20+
Version: v2.0.0
1621

1722
Models:
1823
- Name: faster_rcnn_r50_caffe_dc5_1x_coco

configs/fcos/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ Collections:
1010
- FPN
1111
- Group Normalization
1212
- ResNet
13-
Paper: https://arxiv.org/abs/1904.01355
13+
Paper:
14+
URL: https://arxiv.org/abs/1904.01355
15+
Title: 'FCOS: Fully Convolutional One-Stage Object Detection'
1416
README: configs/fcos/README.md
17+
Code:
18+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/fcos.py#L6
19+
Version: v2.0.0
1520

1621
Models:
1722
- Name: fcos_r50_caffe_fpn_gn-head_1x_coco

configs/foveabox/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ Collections:
99
Architecture:
1010
- FPN
1111
- ResNet
12-
Paper: https://arxiv.org/abs/1904.03797
12+
Paper:
13+
URL: https://arxiv.org/abs/1904.03797
14+
Title: 'FoveaBox: Beyond Anchor-based Object Detector'
1315
README: configs/foveabox/README.md
16+
Code:
17+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/fovea.py#L6
18+
Version: v2.0.0
1419

1520
Models:
1621
- Name: fovea_r50_fpn_4x4_1x_coco

configs/fp16/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ Collections:
55
Training Techniques:
66
- Mixed Precision Training
77
Training Resources: 8x V100 GPUs
8-
Paper: https://arxiv.org/abs/1710.03740
8+
Paper:
9+
URL: https://arxiv.org/abs/1710.03740
10+
Title: 'Mixed Precision Training'
911
README: configs/fp16/README.md
12+
Code:
13+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/core/fp16/hooks.py#L11
14+
Version: v2.0.0
1015

1116
Models:
1217
- Name: faster_rcnn_r50_fpn_fp16_1x_coco

configs/fpg/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ Collections:
88
Training Resources: 8x V100 GPUs
99
Architecture:
1010
- Feature Pyramid Grids
11-
Paper: https://arxiv.org/abs/2004.03580
11+
Paper:
12+
URL: https://arxiv.org/abs/2004.03580
13+
Title: 'Feature Pyramid Grids'
1214
README: configs/fpg/README.md
15+
Code:
16+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.10.0/mmdet/models/necks/fpg.py#L101
17+
Version: v2.10.0
1318

1419
Models:
1520
- Name: faster_rcnn_r50_fpg_crop640_50e_coco

configs/free_anchor/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ Collections:
99
Architecture:
1010
- FreeAnchor
1111
- ResNet
12-
Paper: https://arxiv.org/abs/1909.02466
12+
Paper:
13+
URL: https://arxiv.org/abs/1909.02466
14+
Title: 'FreeAnchor: Learning to Match Anchors for Visual Object Detection'
1315
README: configs/free_anchor/README.md
16+
Code:
17+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/dense_heads/free_anchor_retina_head.py#L10
18+
Version: v2.0.0
1419

1520
Models:
1621
- Name: retinanet_free_anchor_r50_fpn_1x_coco

configs/fsaf/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ Collections:
1010
- FPN
1111
- FSAF
1212
- ResNet
13-
Paper: https://arxiv.org/abs/1903.00621
13+
Paper:
14+
URL: https://arxiv.org/abs/1903.00621
15+
Title: 'Feature Selective Anchor-Free Module for Single-Shot Object Detection'
1416
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
1520

1621
Models:
1722
- Name: fsaf_r50_fpn_1x_coco

configs/gcnet/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ Collections:
1212
- RPN
1313
- ResNet
1414
- ResNeXt
15-
Paper: https://arxiv.org/abs/1904.11492
15+
Paper:
16+
URL: https://arxiv.org/abs/1904.11492
17+
Title: 'GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond'
1618
README: configs/gcnet/README.md
19+
Code:
20+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/ops/context_block.py#L13
21+
Version: v2.0.0
1722

1823
Models:
1924
- Name: mask_rcnn_r50_fpn_r16_gcb_c3-c5_1x_coco

configs/gfl/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ Collections:
1010
- Generalized Focal Loss
1111
- FPN
1212
- ResNet
13-
Paper: https://arxiv.org/abs/2006.04388
13+
Paper:
14+
URL: https://arxiv.org/abs/2006.04388
15+
Title: 'Generalized Focal Loss: Learning Qualified and Distributed Bounding Boxes for Dense Object Detection'
1416
README: configs/gfl/README.md
17+
Code:
18+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.2.0/mmdet/models/detectors/gfl.py#L6
19+
Version: v2.2.0
1520

1621
Models:
1722
- Name: gfl_r50_fpn_1x_coco

configs/ghm/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ Collections:
1111
- GHM-R
1212
- FPN
1313
- ResNet
14-
Paper: https://arxiv.org/abs/1811.05181
14+
Paper:
15+
URL: https://arxiv.org/abs/1811.05181
16+
Title: 'Gradient Harmonized Single-stage Detector'
1517
README: configs/ghm/README.md
18+
Code:
19+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/losses/ghm_loss.py#L21
20+
Version: v2.0.0
1621

1722
Models:
1823
- Name: retinanet_ghm_r50_fpn_1x_coco

configs/gn+ws/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ Collections:
99
Architecture:
1010
- Group Normalization
1111
- Weight Standardization
12-
Paper: https://arxiv.org/abs/1903.10520
12+
Paper:
13+
URL: https://arxiv.org/abs/1903.10520
14+
Title: 'Weight Standardization'
1315
README: configs/gn+ws/README.md
16+
Code:
17+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/configs/gn%2Bws/mask_rcnn_r50_fpn_gn_ws-all_2x_coco.py
18+
Version: v2.0.0
1419

1520
Models:
1621
- Name: faster_rcnn_r50_fpn_gn_ws-all_1x_coco

configs/gn/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ Collections:
88
Training Resources: 8x V100 GPUs
99
Architecture:
1010
- Group Normalization
11-
Paper: https://arxiv.org/abs/1803.08494
11+
Paper:
12+
URL: https://arxiv.org/abs/1803.08494
13+
Title: 'Group Normalization'
1214
README: configs/gn/README.md
15+
Code:
16+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/configs/gn/mask_rcnn_r50_fpn_gn-all_2x_coco.py
17+
Version: v2.0.0
1318

1419
Models:
1520
- Name: mask_rcnn_r50_fpn_gn-all_2x_coco

configs/grid_rcnn/metafile.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ Collections:
1111
- Dilated Convolution
1212
- ResNet
1313
- RoIAlign
14-
Paper: https://arxiv.org/abs/1906.05688
14+
Paper:
15+
URL: https://arxiv.org/abs/1906.05688
16+
Title: 'Grid R-CNN'
1517
README: configs/grid_rcnn/README.md
18+
Code:
19+
URL: https://github.com/open-mmlab/mmdetection/blob/v2.0.0/mmdet/models/detectors/grid_rcnn.py#L6
20+
Version: v2.0.0
1621

1722
Models:
1823
- Name: grid_rcnn_r50_fpn_gn-head_2x_coco

0 commit comments

Comments
 (0)