Skip to content

Commit 15eb6a2

Browse files
authored
Fix name error in detr metafile.yml (#10595)
1 parent 239b793 commit 15eb6a2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

configs/conditional_detr/metafile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Collections:
1919
Version: v3.0.0rc6
2020

2121
Models:
22-
- Name: conditional-detr_r50_8xb2-50e_coco.py
22+
- Name: conditional-detr_r50_8xb2-50e_coco
2323
In Collection: Conditional DETR
2424
Config: configs/conditional_detr/conditional-detr_r50_8xb2-50e_coco.py
2525
Metadata:

configs/dab_detr/metafile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Collections:
1919
Version: v3.0.0rc6
2020

2121
Models:
22-
- Name: dab-detr_r50_8xb2-50e_coco.py
22+
- Name: dab-detr_r50_8xb2-50e_coco
2323
In Collection: DAB-DETR
2424
Config: configs/dab_detr/dab-detr_r50_8xb2-50e_coco.py
2525
Metadata:

configs/deformable_detr/metafile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Models:
3131
box AP: 44.3
3232
Weights: 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
3333

34-
- Name: deformable-detr_refine_r50_16xb2-50e_coco
34+
- Name: deformable-detr-refine_r50_16xb2-50e_coco
3535
In Collection: Deformable DETR
3636
Config: configs/deformable_detr/deformable-detr-refine_r50_16xb2-50e_coco.py
3737
Metadata:
@@ -43,7 +43,7 @@ Models:
4343
box AP: 46.2
4444
Weights: 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
4545

46-
- Name: deformable-detr_refine_twostage_r50_16xb2-50e_coco
46+
- Name: deformable-detr-refine-twostage_r50_16xb2-50e_coco
4747
In Collection: Deformable DETR
4848
Config: configs/deformable_detr/deformable-detr-refine-twostage_r50_16xb2-50e_coco.py
4949
Metadata:

configs/dino/metafile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Collections:
1919
Version: v3.0.0rc6
2020

2121
Models:
22-
- Name: dino-4scale_r50_8xb2-12e_coco.py
22+
- Name: dino-4scale_r50_8xb2-12e_coco
2323
In Collection: DINO
2424
Config: configs/dino/dino-4scale_r50_8xb2-12e_coco.py
2525
Metadata:
@@ -31,7 +31,7 @@ Models:
3131
box AP: 49.0
3232
Weights: https://download.openmmlab.com/mmdetection/v3.0/dino/dino-4scale_r50_8xb2-12e_coco/dino-4scale_r50_8xb2-12e_coco_20221202_182705-55b2bba2.pth
3333

34-
- Name: dino-4scale_r50_8xb2-24e_coco.py
34+
- Name: dino-4scale_r50_8xb2-24e_coco
3535
In Collection: DINO
3636
Config: configs/dino/dino-4scale_r50_8xb2-24e_coco.py
3737
Metadata:
@@ -40,7 +40,7 @@ Models:
4040
- Task: Object Detection
4141
Dataset: COCO
4242

43-
- Name: dino-4scale_r50_8xb2-24e_coco.py
43+
- Name: dino-4scale_r50_8xb2-36e_coco
4444
In Collection: DINO
4545
Config: configs/dino/dino-4scale_r50_8xb2-36e_coco.py
4646
Metadata:
@@ -49,7 +49,7 @@ Models:
4949
- Task: Object Detection
5050
Dataset: COCO
5151

52-
- Name: dino-5scale_swin-l_8xb2-12e_coco.py
52+
- Name: dino-5scale_swin-l_8xb2-12e_coco
5353
In Collection: DINO
5454
Config: configs/dino/dino-5scale_swin-l_8xb2-12e_coco.py
5555
Metadata:
@@ -61,7 +61,7 @@ Models:
6161
box AP: 57.2
6262
Weights: https://download.openmmlab.com/mmdetection/v3.0/dino/dino-5scale_swin-l_8xb2-12e_coco/dino-5scale_swin-l_8xb2-12e_coco_20230228_072924-a654145f.pth
6363

64-
- Name: dino-5scale_swin-l_8xb2-36e_coco.py
64+
- Name: dino-5scale_swin-l_8xb2-36e_coco
6565
In Collection: DINO
6666
Config: configs/dino/dino-5scale_swin-l_8xb2-36e_coco.py
6767
Metadata:

0 commit comments

Comments
 (0)