Skip to content

Commit 4c11117

Browse files
Li-Qingyunjshilong
authored andcommitted
[Fix] Update links in readme of DETRs and MaskFormers (#9634)
1 parent fbcb8a9 commit 4c11117

18 files changed

+62
-48
lines changed

configs/conditional_detr/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Our conditional DETR learns a conditional spatial query from the decoder embeddi
2323

2424
We provide the config files and models for Conditional DETR: [Conditional DETR for Fast Training Convergence](https://arxiv.org/abs/2108.06152).
2525

26-
| Backbone | Model | Lr schd | Mem (GB) | Inf time (fps) | box AP | Config | Download |
27-
| :------: | :--------------: | :-----: | :------: | :------------: | :----: | :-----------------------------------------------: | :----------------------------------: |
28-
| R-50 | Conditional DETR | 50e | 7.9 | | 40.9 | [config](./conditional_detr_r50_8xb2-50e_coco.py) | \[model\](# TODO) \| \[log\](# TODO) |
26+
| Backbone | Model | Lr schd | Mem (GB) | Inf time (fps) | box AP | Config | Download |
27+
| :------: | :--------------: | :-----: | :------: | :------------: | :----: | :-----------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
28+
| R-50 | Conditional DETR | 50e | | | 40.9 | [config](./conditional-detr_r50_8xb2-50e_coco.py) | [model](https://download.openmmlab.com/mmdetection/v3.0/conditional_detr/conditional-detr_r50_8xb2-50e_coco/conditional-detr_r50_8xb2-50e_coco_20221121_180202-c83a1dc0.pth) \| [log](https://download.openmmlab.com/mmdetection/v3.0/conditional_detr/conditional-detr_r50_8xb2-50e_coco/conditional-detr_r50_8xb2-50e_coco_20221121_180202.log.json) |
2929

3030
## Citation
3131

configs/dab_detr/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ We present in this paper a novel query formulation using dynamic anchor boxes fo
2222

2323
We provide the config files and models for DAB-DETR: [DAB-DETR: Dynamic Anchor Boxes are Better Queries for DETR](https://arxiv.org/abs/2201.12329).
2424

25-
| Backbone | Model | Lr schd | Mem (GB) | Inf time (fps) | box AP | Config | Download |
26-
| :------: | :------: | :-----: | :------: | :------------: | :----: | :---------------------------------------: | :----------------------------------: |
27-
| R-50 | DAB-DETR | 50e | 6.4 | | 42.3 | [config](./dab-detr_r50_8xb2-50e_coco.py) | \[model\](# TODO) \| \[log\](# TODO) |
25+
| Backbone | Model | Lr schd | Mem (GB) | Inf time (fps) | box AP | Config | Download |
26+
| :------: | :------: | :-----: | :------: | :------------: | :----: | :---------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
27+
| R-50 | DAB-DETR | 50e | | | 42.3 | [config](./dab-detr_r50_8xb2-50e_coco.py) | [model](https://download.openmmlab.com/mmdetection/v3.0/dab_detr/dab-detr_r50_8xb2-50e_coco/dab-detr_r50_8xb2-50e_coco_20221122_120837-c1035c8c.pth) \| [log](https://download.openmmlab.com/mmdetection/v3.0/dab_detr/dab-detr_r50_8xb2-50e_coco/dab-detr_r50_8xb2-50e_coco_20221122_120837.log.json) |
2828

2929
## Citation
3030

configs/deformable_detr/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ DETR has been recently proposed to eliminate the need for many hand-designed com
1414

1515
## Results and Models
1616

17-
| Backbone | Model | Lr schd | box AP | Config | Download |
18-
| :------: | :---------------------------------: | :-----: | :----: | :---------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
19-
| R-50 | Deformable DETR | 50e | 44.5 | [config](./deformable-detr_r50_16xb2-50e_coco.py) | [model](https://download.openmmlab.com/mmdetection/v2.0/deformable_detr/deformable_detr_r50_16x2_50e_coco/deformable_detr_r50_16x2_50e_coco_20210419_220030-a12b9512.pth) \| [log](https://download.openmmlab.com/mmdetection/v2.0/deformable_detr/deformable_detr_r50_16x2_50e_coco/deformable_detr_r50_16x2_50e_coco_20210419_220030-a12b9512.log.json) |
20-
| R-50 | + iterative bounding box refinement | 50e | 46.1 | [config](./deformable-detr_refine_r50_16xb2-50e_coco.py) | [model](https://download.openmmlab.com/mmdetection/v2.0/deformable_detr/deformable_detr_refine_r50_16x2_50e_coco/deformable_detr_refine_r50_16x2_50e_coco_20210419_220503-5f5dff21.pth) \| [log](https://download.openmmlab.com/mmdetection/v2.0/deformable_detr/deformable_detr_refine_r50_16x2_50e_coco/deformable_detr_refine_r50_16x2_50e_coco_20210419_220503-5f5dff21.log.json) |
21-
| R-50 | ++ two-stage Deformable DETR | 50e | 46.8 | [config](./deformable-detr_refine_twostage_r50_16xb2-50e_coco.py) | [model](https://download.openmmlab.com/mmdetection/v2.0/deformable_detr/deformable_detr_twostage_refine_r50_16x2_50e_coco/deformable_detr_twostage_refine_r50_16x2_50e_coco_20210419_220613-9d28ab72.pth) \| [log](https://download.openmmlab.com/mmdetection/v2.0/deformable_detr/deformable_detr_twostage_refine_r50_16x2_50e_coco/deformable_detr_twostage_refine_r50_16x2_50e_coco_20210419_220613-9d28ab72.log.json) |
17+
| Backbone | Model | Lr schd | box AP | Config | Download |
18+
| :------: | :---------------------------------: | :-----: | :----: | :---------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
19+
| R-50 | Deformable DETR | 50e | 44.3 | [config](./deformable-detr_r50_16xb2-50e_coco.py) | [model](https://download.openmmlab.com/mmdetection/v3.0/deformable_detr/deformable-detr_r50_16xb2-50e_coco/deformable-detr_r50_16xb2-50e_coco_20221029_210934-6bc7d21b.pth) \| [log](https://download.openmmlab.com/mmdetection/v3.0/deformable_detr/deformable-detr_r50_16xb2-50e_coco/deformable-detr_r50_16xb2-50e_coco_20221029_210934.log.json) |
20+
| R-50 | + iterative bounding box refinement | 50e | 46.2 | [config](./deformable-detr-refine_r50_16xb2-50e_coco.py) | [model](https://download.openmmlab.com/mmdetection/v3.0/deformable_detr/deformable-detr-refine_r50_16xb2-50e_coco/deformable-detr-refine_r50_16xb2-50e_coco_20221022_225303-844e0f93.pth) \| [log](https://download.openmmlab.com/mmdetection/v3.0/deformable_detr/deformable-detr-refine_r50_16xb2-50e_coco/deformable-detr-refine_r50_16xb2-50e_coco_20221022_225303.log.json) |
21+
| R-50 | ++ two-stage Deformable DETR | 50e | 47.0 | [config](./deformable-detr-refine-twostage_r50_16xb2-50e_coco.py) | [model](https://download.openmmlab.com/mmdetection/v3.0/deformable_detr/deformable-detr-refine-twostage_r50_16xb2-50e_coco/deformable-detr-refine-twostage_r50_16xb2-50e_coco_20221021_184714-acc8a5ff.pth) \| [log](https://download.openmmlab.com/mmdetection/v3.0/deformable_detr/deformable-detr-refine-twostage_r50_16xb2-50e_coco/deformable-detr-refine-twostage_r50_16xb2-50e_coco_20221021_184714.log.json) |
2222

23-
# NOTE
23+
### NOTE
2424

2525
1. All models are trained with batch size 32.
2626
2. The performance is unstable. `Deformable DETR` and `iterative bounding box refinement` may fluctuate about 0.3 mAP. `two-stage Deformable DETR` may fluctuate about 0.2 mAP.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
_base_ = 'deformable-detr-refine_r50_16xb2-50e_coco.py'
2+
model = dict(as_two_stage=True)

configs/deformable_detr/deformable-detr_refine_twostage_r50_16xb2-50e_coco.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

configs/deformable_detr/metafile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Models:
3333

3434
- Name: deformable-detr_refine_r50_16xb2-50e_coco
3535
In Collection: Deformable DETR
36-
Config: configs/deformable_detr/deformable-detr_refine_r50_16xb2-50e_coco.py
36+
Config: configs/deformable_detr/deformable-detr-refine_r50_16xb2-50e_coco.py
3737
Metadata:
3838
Epochs: 50
3939
Results:
@@ -45,7 +45,7 @@ Models:
4545

4646
- Name: deformable-detr_refine_twostage_r50_16xb2-50e_coco
4747
In Collection: Deformable DETR
48-
Config: configs/deformable_detr/deformable-detr_refine_twostage_r50_16xb2-50e_coco.py
48+
Config: configs/deformable_detr/deformable-detr-refine-twostage_r50_16xb2-50e_coco.py
4949
Metadata:
5050
Epochs: 50
5151
Results:

configs/detr/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ We present a new method that views object detection as a direct set prediction p
1414

1515
## Results and Models
1616

17-
| Backbone | Model | Lr schd | Mem (GB) | Inf time (fps) | box AP | Config | Download |
18-
| :------: | :---: | :-----: | :------: | :------------: | :----: | :------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
19-
| R-50 | DETR | 150e | 7.9 | | 40.1 | [config](./detr_r50_8xb2-150e_coco.py) | [model](https://download.openmmlab.com/mmdetection/v2.0/detr/detr_r50_8x2_150e_coco/detr_r50_8x2_150e_coco_20201130_194835-2c4b8974.pth) \| [log](https://download.openmmlab.com/mmdetection/v2.0/detr/detr_r50_8x2_150e_coco/detr_r50_8x2_150e_coco_20201130_194835.log.json) |
17+
| Backbone | Model | Lr schd | Mem (GB) | Inf time (fps) | box AP | Config | Download |
18+
| :------: | :---: | :-----: | :------: | :------------: | :----: | :------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
19+
| R-50 | DETR | 150e | 7.9 | | 39.9 | [config](./detr_r50_8xb2-150e_coco.py) | [model](https://download.openmmlab.com/mmdetection/v3.0/detr/detr_r50_8xb2-150e_coco/detr_r50_8xb2-150e_coco_20221023_153551-436d03e8.pth) \| [log](https://download.openmmlab.com/mmdetection/v3.0/detr/detr_r50_8xb2-150e_coco/detr_r50_8xb2-150e_coco_20221023_153551.log.json) |
2020

2121
## Citation
2222

configs/dino/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ We present DINO (DETR with Improved deNoising anchOr boxes), a state-of-the-art
1414

1515
## Results and Models
1616

17-
| Backbone | Model | Lr schd | box AP | Config | Download |
18-
| :------: | :---: | :-----: | :----: | :------------------------------------------: | :------: |
19-
| R-50 | DINO | 12e | 49.0 | [config](./dino_4scale_r50_8xb2-12e_coco.py) | |
17+
| Backbone | Model | Lr schd | box AP | Config | Download |
18+
| :------: | :---------: | :-----: | :----: | :------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
19+
| R-50 | DINO-4scale | 12e | 49.0 | [config](./dino-4scale_r50_8xb2-12e_coco.py) | [model](https://download.openmmlab.com/mmdetection/v3.0/dino/dino-4scale_r50_8xb2-12e_coco/dino-4scale_r50_8xb2-12e_coco_20221202_182705-55b2bba2.pth) \| [log](https://download.openmmlab.com/mmdetection/v3.0/dino/dino-4scale_r50_8xb2-12e_coco/dino-4scale_r50_8xb2-12e_coco_20221202_182705.log.json) |
20+
21+
### NOTE
22+
23+
The performance is unstable. `DINO-4scale` with `R-50` may fluctuate about 0.4 mAP.
2024

2125
## Citation
2226

0 commit comments

Comments
 (0)