Skip to content

Commit fff646d

Browse files
wanghonglieZwwWayne
wanghonglie
authored andcommitted
[Refactor]: change config content (open-mmlab#8635)
* repair config content * update * replace metafile Name * update tests
1 parent bded806 commit fff646d

File tree

633 files changed

+2091
-2104
lines changed

Some content is hidden

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

633 files changed

+2091
-2104
lines changed

configs/albu_example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Data augmentation is a commonly used technique for increasing both the size and
1616

1717
| Backbone | Style | Lr schd | Mem (GB) | Inf time (fps) | box AP | mask AP | Config | Download |
1818
| :------: | :-----: | :-----: | :------: | :------------: | :----: | :-----: | :--------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
19-
| R-50 | pytorch | 1x | 4.4 | 16.6 | 38.0 | 34.5 | [config](https://github.com/open-mmlab/mmdetection/tree/master/configs/albu_example/mask_rcnn_r50_fpn_albu_1x_coco.py) | [model](https://download.openmmlab.com/mmdetection/v2.0/albu_example/mask_rcnn_r50_fpn_albu_1x_coco/mask_rcnn_r50_fpn_albu_1x_coco_20200208-ab203bcd.pth) \| [log](https://download.openmmlab.com/mmdetection/v2.0/albu_example/mask_rcnn_r50_fpn_albu_1x_coco/mask_rcnn_r50_fpn_albu_1x_coco_20200208_225520.log.json) |
19+
| R-50 | pytorch | 1x | 4.4 | 16.6 | 38.0 | 34.5 | [config](https://github.com/open-mmlab/mmdetection/tree/master/configs/albu_example/mask-rcnn_r50_fpn_albu-1x_coco.py) | [model](https://download.openmmlab.com/mmdetection/v2.0/albu_example/mask_rcnn_r50_fpn_albu_1x_coco/mask_rcnn_r50_fpn_albu_1x_coco_20200208-ab203bcd.pth) \| [log](https://download.openmmlab.com/mmdetection/v2.0/albu_example/mask_rcnn_r50_fpn_albu_1x_coco/mask_rcnn_r50_fpn_albu_1x_coco_20200208_225520.log.json) |
2020

2121
## Citation
2222

configs/albu_example/mask-rcnn_r50_fpn_albu-1x_coco.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_base_ = '../mask_rcnn/mask_rcnn_r50_fpn_1x_coco.py'
1+
_base_ = '../mask_rcnn/mask-rcnn_r50_fpn_1x_coco.py'
22

33
albu_train_transforms = [
44
dict(

configs/atss/atss_r101_fpn_8xb8-amp-lsj-200e_coco.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_base_ = './atss_r50_fpn_lsj_200e_8x8_fp16_coco.py'
1+
_base_ = './atss_r50_fpn_8xb8-amp-lsj-200e_coco.py'
22

33
model = dict(
44
backbone=dict(

configs/atss/atss_r18_fpn_8xb8-amp-lsj-200e_coco.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_base_ = './atss_r50_fpn_lsj_200e_8x8_fp16_coco.py'
1+
_base_ = './atss_r50_fpn_8xb8-amp-lsj-200e_coco.py'
22

33
model = dict(
44
backbone=dict(

configs/atss/atss_r50_fpn_8xb8-amp-lsj-200e_coco.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_base_ = '../common/lsj_200e_coco_detection.py'
1+
_base_ = '../common/lsj-200e_coco-detection.py'
22

33
image_size = (1024, 1024)
44
batch_augments = [dict(type='BatchFixedSizePad', size=image_size)]

configs/autoassign/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Determining positive/negative samples for object detection is known as label ass
1414

1515
## Results and Models
1616

17-
| Backbone | Style | Lr schd | Mem (GB) | box AP | Config | Download |
18-
| :------: | :---: | :-----: | :------: | :----: | :-------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
19-
| R-50 | caffe | 1x | 4.08 | 40.4 | [config](./autoassign_r50_caffe_fpn_8x2_1x_coco.py) | [model](https://download.openmmlab.com/mmdetection/v2.0/autoassign/auto_assign_r50_fpn_1x_coco/auto_assign_r50_fpn_1x_coco_20210413_115540-5e17991f.pth) \| [log](https://download.openmmlab.com/mmdetection/v2.0/autoassign/auto_assign_r50_fpn_1x_coco/auto_assign_r50_fpn_1x_coco_20210413_115540-5e17991f.log.json) |
17+
| Backbone | Style | Lr schd | Mem (GB) | box AP | Config | Download |
18+
| :------: | :---: | :-----: | :------: | :----: | :---------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
19+
| R-50 | caffe | 1x | 4.08 | 40.4 | [config](./autoassign_r50-caffe_fpn_1x_coco.py) | [model](https://download.openmmlab.com/mmdetection/v2.0/autoassign/auto_assign_r50_fpn_1x_coco/auto_assign_r50_fpn_1x_coco_20210413_115540-5e17991f.pth) \| [log](https://download.openmmlab.com/mmdetection/v2.0/autoassign/auto_assign_r50_fpn_1x_coco/auto_assign_r50_fpn_1x_coco_20210413_115540-5e17991f.log.json) |
2020

2121
**Note**:
2222

configs/autoassign/metafile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Collections:
1919
Version: v2.12.0
2020

2121
Models:
22-
- Name: autoassign_r50_caffe_fpn_8x2_1x_coco
22+
- Name: autoassign_r50-caffe_fpn_1x_coco
2323
In Collection: AutoAssign
24-
Config: configs/autoassign/autoassign_r50_caffe_fpn_8x2_1x_coco.py
24+
Config: configs/autoassign/autoassign_r50-caffe_fpn_1x_coco.py
2525
Metadata:
2626
Training Memory (GB): 4.08
2727
Epochs: 12

configs/carafe/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The results on COCO 2017 val is shown in the below table.
1818

1919
| Method | Backbone | Style | Lr schd | Test Proposal Num | Inf time (fps) | Box AP | Mask AP | Config | Download |
2020
| :--------------------: | :------: | :-----: | :-----: | :---------------: | :------------: | :----: | :-----: | :------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
21-
| Faster R-CNN w/ CARAFE | R-50-FPN | pytorch | 1x | 1000 | 16.5 | 38.6 | 38.6 | [config](https://github.com/open-mmlab/mmdetection/tree/master/configs/carafe/faster_rcnn_r50_fpn_carafe_1x_coco.py) | [model](https://download.openmmlab.com/mmdetection/v2.0/carafe/faster_rcnn_r50_fpn_carafe_1x_coco/faster_rcnn_r50_fpn_carafe_1x_coco_bbox_mAP-0.386_20200504_175733-385a75b7.pth) \| [log](https://download.openmmlab.com/mmdetection/v2.0/carafe/faster_rcnn_r50_fpn_carafe_1x_coco/faster_rcnn_r50_fpn_carafe_1x_coco_20200504_175733.log.json) |
21+
| Faster R-CNN w/ CARAFE | R-50-FPN | pytorch | 1x | 1000 | 16.5 | 38.6 | 38.6 | [config](https://github.com/open-mmlab/mmdetection/tree/master/configs/carafe/faster-rcnn_r50_fpn-carafe_1x_coco.py) | [model](https://download.openmmlab.com/mmdetection/v2.0/carafe/faster_rcnn_r50_fpn_carafe_1x_coco/faster_rcnn_r50_fpn_carafe_1x_coco_bbox_mAP-0.386_20200504_175733-385a75b7.pth) \| [log](https://download.openmmlab.com/mmdetection/v2.0/carafe/faster_rcnn_r50_fpn_carafe_1x_coco/faster_rcnn_r50_fpn_carafe_1x_coco_20200504_175733.log.json) |
2222
| - | - | - | - | 2000 | | | | | |
23-
| Mask R-CNN w/ CARAFE | R-50-FPN | pytorch | 1x | 1000 | 14.0 | 39.3 | 35.8 | [config](https://github.com/open-mmlab/mmdetection/tree/master/configs/carafe/mask_rcnn_r50_fpn_carafe_1x_coco.py) | [model](https://download.openmmlab.com/mmdetection/v2.0/carafe/mask_rcnn_r50_fpn_carafe_1x_coco/mask_rcnn_r50_fpn_carafe_1x_coco_bbox_mAP-0.393__segm_mAP-0.358_20200503_135957-8687f195.pth) \| [log](https://download.openmmlab.com/mmdetection/v2.0/carafe/mask_rcnn_r50_fpn_carafe_1x_coco/mask_rcnn_r50_fpn_carafe_1x_coco_20200503_135957.log.json) |
23+
| Mask R-CNN w/ CARAFE | R-50-FPN | pytorch | 1x | 1000 | 14.0 | 39.3 | 35.8 | [config](https://github.com/open-mmlab/mmdetection/tree/master/configs/carafe/mask-rcnn_r50_fpn-carafe_1x_coco.py) | [model](https://download.openmmlab.com/mmdetection/v2.0/carafe/mask_rcnn_r50_fpn_carafe_1x_coco/mask_rcnn_r50_fpn_carafe_1x_coco_bbox_mAP-0.393__segm_mAP-0.358_20200503_135957-8687f195.pth) \| [log](https://download.openmmlab.com/mmdetection/v2.0/carafe/mask_rcnn_r50_fpn_carafe_1x_coco/mask_rcnn_r50_fpn_carafe_1x_coco_20200503_135957.log.json) |
2424
| - | - | - | - | 2000 | | | | | |
2525

2626
## Implementation

configs/carafe/faster-rcnn_r50_fpn-carafe_1x_coco.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_base_ = '../faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py'
1+
_base_ = '../faster_rcnn/faster-rcnn_r50_fpn_1x_coco.py'
22
model = dict(
33
data_preprocessor=dict(pad_size_divisor=64),
44
neck=dict(

configs/carafe/mask-rcnn_r50_fpn-carafe_1x_coco.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_base_ = '../mask_rcnn/mask_rcnn_r50_fpn_1x_coco.py'
1+
_base_ = '../mask_rcnn/mask-rcnn_r50_fpn_1x_coco.py'
22
model = dict(
33
data_preprocessor=dict(pad_size_divisor=64),
44
neck=dict(

configs/carafe/metafile.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Collections:
2020
Version: v2.12.0
2121

2222
Models:
23-
- Name: faster_rcnn_r50_fpn_carafe_1x_coco
23+
- Name: faster-rcnn_r50_fpn_carafe_1x_coco
2424
In Collection: CARAFE
25-
Config: configs/carafe/faster_rcnn_r50_fpn_carafe_1x_coco.py
25+
Config: configs/carafe/faster-rcnn_r50_fpn-carafe_1x_coco.py
2626
Metadata:
2727
Training Memory (GB): 4.26
2828
Epochs: 12
@@ -37,9 +37,9 @@ Models:
3737
mask AP: 38.6
3838
Weights: https://download.openmmlab.com/mmdetection/v2.0/carafe/faster_rcnn_r50_fpn_carafe_1x_coco/faster_rcnn_r50_fpn_carafe_1x_coco_bbox_mAP-0.386_20200504_175733-385a75b7.pth
3939

40-
- Name: mask_rcnn_r50_fpn_carafe_1x_coco
40+
- Name: mask-rcnn_r50_fpn_carafe_1x_coco
4141
In Collection: CARAFE
42-
Config: configs/carafe/mask_rcnn_r50_fpn_carafe_1x_coco.py
42+
Config: configs/carafe/mask-rcnn_r50_fpn-carafe_1x_coco.py
4343
Metadata:
4444
Training Memory (GB): 4.31
4545
Epochs: 12

0 commit comments

Comments
 (0)