Skip to content

Commit a25aa6a

Browse files
authored
[Fix] Fix typo ADE20k to ADE20K in metafile open-mmlab#1120
1 parent 4d6b50d commit a25aa6a

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

configs/mobilenet_v2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The MobileNetV2 architecture is based on an inverted residual structure where th
4444
| DeepLabV3 | M-V2-D8 | 512x1024 | 80000 | 3.9 | 8.4 | 73.84 | - | [config](https://github.com/open-mmlab/mmsegmentation/blob/master/configs/mobilenet_v2/deeplabv3_m-v2-d8_512x1024_80k_cityscapes.py) | [model](https://download.openmmlab.com/mmsegmentation/v0.5/mobilenet_v2/deeplabv3_m-v2-d8_512x1024_80k_cityscapes/deeplabv3_m-v2-d8_512x1024_80k_cityscapes_20200825_124836-bef03590.pth) | [log](https://download.openmmlab.com/mmsegmentation/v0.5/mobilenet_v2/deeplabv3_m-v2-d8_512x1024_80k_cityscapes/deeplabv3_m-v2-d8_512x1024_80k_cityscapes-20200825_124836.log.json) |
4545
| DeepLabV3+ | M-V2-D8 | 512x1024 | 80000 | 5.1 | 8.4 | 75.20 | - | [config](https://github.com/open-mmlab/mmsegmentation/blob/master/configs/mobilenet_v2/deeplabv3plus_m-v2-d8_512x1024_80k_cityscapes.py) | [model](https://download.openmmlab.com/mmsegmentation/v0.5/mobilenet_v2/deeplabv3plus_m-v2-d8_512x1024_80k_cityscapes/deeplabv3plus_m-v2-d8_512x1024_80k_cityscapes_20200825_124836-d256dd4b.pth) | [log](https://download.openmmlab.com/mmsegmentation/v0.5/mobilenet_v2/deeplabv3plus_m-v2-d8_512x1024_80k_cityscapes/deeplabv3plus_m-v2-d8_512x1024_80k_cityscapes-20200825_124836.log.json) |
4646

47-
### ADE20k
47+
### ADE20K
4848

4949
| Method | Backbone | Crop Size | Lr schd | Mem (GB) | Inf time (fps) | mIoU | mIoU(ms+flip) | config | download |
5050
| ---------- | -------- | --------- | ------: | -------: | -------------- | ----: | ------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

configs/mobilenet_v2/mobilenet_v2.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Collections:
33
Metadata:
44
Training Data:
55
- Cityscapes
6-
- ADE20k
6+
- ADE20K
77
Paper:
88
URL: https://arxiv.org/abs/1801.04381
99
Title: 'MobileNetV2: Inverted Residuals and Linear Bottlenecks'
@@ -114,7 +114,7 @@ Models:
114114
Training Memory (GB): 6.5
115115
Results:
116116
- Task: Semantic Segmentation
117-
Dataset: ADE20k
117+
Dataset: ADE20K
118118
Metrics:
119119
mIoU: 19.71
120120
Config: configs/mobilenet_v2/fcn_m-v2-d8_512x512_160k_ade20k.py
@@ -135,7 +135,7 @@ Models:
135135
Training Memory (GB): 6.5
136136
Results:
137137
- Task: Semantic Segmentation
138-
Dataset: ADE20k
138+
Dataset: ADE20K
139139
Metrics:
140140
mIoU: 29.68
141141
Config: configs/mobilenet_v2/pspnet_m-v2-d8_512x512_160k_ade20k.py
@@ -156,7 +156,7 @@ Models:
156156
Training Memory (GB): 6.8
157157
Results:
158158
- Task: Semantic Segmentation
159-
Dataset: ADE20k
159+
Dataset: ADE20K
160160
Metrics:
161161
mIoU: 34.08
162162
Config: configs/mobilenet_v2/deeplabv3_m-v2-d8_512x512_160k_ade20k.py
@@ -177,7 +177,7 @@ Models:
177177
Training Memory (GB): 8.2
178178
Results:
179179
- Task: Semantic Segmentation
180-
Dataset: ADE20k
180+
Dataset: ADE20K
181181
Metrics:
182182
mIoU: 34.02
183183
Config: configs/mobilenet_v2/deeplabv3plus_m-v2-d8_512x512_160k_ade20k.py

configs/resnest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ year={2020}
4242
| DeepLabV3 | S-101-D8 | 512x1024 | 80000 | 11.9 | 1.88 | 79.67 | 80.51 | [config](https://github.com/open-mmlab/mmsegmentation/blob/master/configs/resnest/deeplabv3_s101-d8_512x1024_80k_cityscapes.py) | [model](https://download.openmmlab.com/mmsegmentation/v0.5/resnest/deeplabv3_s101-d8_512x1024_80k_cityscapes/deeplabv3_s101-d8_512x1024_80k_cityscapes_20200807_144429-b73c4270.pth) | [log](https://download.openmmlab.com/mmsegmentation/v0.5/resnest/deeplabv3_s101-d8_512x1024_80k_cityscapes/deeplabv3_s101-d8_512x1024_80k_cityscapes-20200807_144429.log.json) |
4343
| DeepLabV3+ | S-101-D8 | 512x1024 | 80000 | 13.2 | 2.36 | 79.62 | 80.27 | [config](https://github.com/open-mmlab/mmsegmentation/blob/master/configs/resnest/deeplabv3plus_s101-d8_512x1024_80k_cityscapes.py) | [model](https://download.openmmlab.com/mmsegmentation/v0.5/resnest/deeplabv3plus_s101-d8_512x1024_80k_cityscapes/deeplabv3plus_s101-d8_512x1024_80k_cityscapes_20200807_144429-1239eb43.pth) | [log](https://download.openmmlab.com/mmsegmentation/v0.5/resnest/deeplabv3plus_s101-d8_512x1024_80k_cityscapes/deeplabv3plus_s101-d8_512x1024_80k_cityscapes-20200807_144429.log.json) |
4444

45-
### ADE20k
45+
### ADE20K
4646

4747
| Method | Backbone | Crop Size | Lr schd | Mem (GB) | Inf time (fps) | mIoU | mIoU(ms+flip) | config | download |
4848
| ---------- | -------- | --------- | ------: | -------: | -------------- | ----: | ------------- | ------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

configs/resnest/resnest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Collections:
33
Metadata:
44
Training Data:
55
- Cityscapes
6-
- ADE20k
6+
- ADE20K
77
Paper:
88
URL: https://arxiv.org/abs/2004.08955
99
Title: 'ResNeSt: Split-Attention Networks'
@@ -118,7 +118,7 @@ Models:
118118
Training Memory (GB): 14.2
119119
Results:
120120
- Task: Semantic Segmentation
121-
Dataset: ADE20k
121+
Dataset: ADE20K
122122
Metrics:
123123
mIoU: 45.62
124124
mIoU(ms+flip): 46.16
@@ -140,7 +140,7 @@ Models:
140140
Training Memory (GB): 14.2
141141
Results:
142142
- Task: Semantic Segmentation
143-
Dataset: ADE20k
143+
Dataset: ADE20K
144144
Metrics:
145145
mIoU: 45.44
146146
mIoU(ms+flip): 46.28
@@ -162,7 +162,7 @@ Models:
162162
Training Memory (GB): 14.6
163163
Results:
164164
- Task: Semantic Segmentation
165-
Dataset: ADE20k
165+
Dataset: ADE20K
166166
Metrics:
167167
mIoU: 45.71
168168
mIoU(ms+flip): 46.59
@@ -184,7 +184,7 @@ Models:
184184
Training Memory (GB): 16.2
185185
Results:
186186
- Task: Semantic Segmentation
187-
Dataset: ADE20k
187+
Dataset: ADE20K
188188
Metrics:
189189
mIoU: 46.47
190190
mIoU(ms+flip): 47.27

configs/segformer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This script convert model from `PRETRAIN_PATH` and store the converted model in
4545

4646
## Results and models
4747

48-
### ADE20k
48+
### ADE20K
4949

5050
| Method | Backbone | Crop Size | Lr schd | Mem (GB) | Inf time (fps) | mIoU | mIoU(ms+flip) | config | download |
5151
| ------ | -------- | --------- | ------: | -------: | -------------- | ---: | ------------- | ------ | -------- |

configs/segformer/segformer.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Collections:
22
- Name: segformer
33
Metadata:
44
Training Data:
5-
- ADE20k
5+
- ADE20K
66
Paper:
77
URL: https://arxiv.org/abs/2105.15203
88
Title: resize image to multiple of 32, improve SegFormer by 0.5-1.0 mIoU.
@@ -29,7 +29,7 @@ Models:
2929
Training Memory (GB): 2.1
3030
Results:
3131
- Task: Semantic Segmentation
32-
Dataset: ADE20k
32+
Dataset: ADE20K
3333
Metrics:
3434
mIoU: 37.41
3535
mIoU(ms+flip): 38.34
@@ -51,7 +51,7 @@ Models:
5151
Training Memory (GB): 2.6
5252
Results:
5353
- Task: Semantic Segmentation
54-
Dataset: ADE20k
54+
Dataset: ADE20K
5555
Metrics:
5656
mIoU: 40.97
5757
mIoU(ms+flip): 42.54
@@ -73,7 +73,7 @@ Models:
7373
Training Memory (GB): 3.6
7474
Results:
7575
- Task: Semantic Segmentation
76-
Dataset: ADE20k
76+
Dataset: ADE20K
7777
Metrics:
7878
mIoU: 45.58
7979
mIoU(ms+flip): 47.03
@@ -95,7 +95,7 @@ Models:
9595
Training Memory (GB): 4.8
9696
Results:
9797
- Task: Semantic Segmentation
98-
Dataset: ADE20k
98+
Dataset: ADE20K
9999
Metrics:
100100
mIoU: 47.82
101101
mIoU(ms+flip): 48.81
@@ -117,7 +117,7 @@ Models:
117117
Training Memory (GB): 6.1
118118
Results:
119119
- Task: Semantic Segmentation
120-
Dataset: ADE20k
120+
Dataset: ADE20K
121121
Metrics:
122122
mIoU: 48.46
123123
mIoU(ms+flip): 49.76
@@ -139,7 +139,7 @@ Models:
139139
Training Memory (GB): 7.2
140140
Results:
141141
- Task: Semantic Segmentation
142-
Dataset: ADE20k
142+
Dataset: ADE20K
143143
Metrics:
144144
mIoU: 49.13
145145
mIoU(ms+flip): 50.22
@@ -161,7 +161,7 @@ Models:
161161
Training Memory (GB): 11.5
162162
Results:
163163
- Task: Semantic Segmentation
164-
Dataset: ADE20k
164+
Dataset: ADE20K
165165
Metrics:
166166
mIoU: 49.62
167167
mIoU(ms+flip): 50.36

0 commit comments

Comments
 (0)