forked from open-mmlab/mmsegmentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metafile.yaml
61 lines (61 loc) · 2.24 KB
/
metafile.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Collections:
- Name: CGNet
License: Apache License 2.0
Metadata:
Training Data:
- Cityscapes
Paper:
Title: 'CGNet: A Light-weight Context Guided Network for Semantic Segmentation'
URL: https://arxiv.org/abs/1811.08201
README: configs/cgnet/README.md
Frameworks:
- PyTorch
Models:
- Name: cgnet_fcn_4xb4-60k_cityscapes-680x680
In Collection: CGNet
Results:
Task: Semantic Segmentation
Dataset: Cityscapes
Metrics:
mIoU: 65.63
mIoU(ms+flip): 68.04
Config: configs/cgnet/cgnet_fcn_4xb4-60k_cityscapes-680x680.py
Metadata:
Training Data: Cityscapes
Batch Size: 16
Architecture:
- M3N21
- CGNet
Training Resources: 4x V100 GPUS
Memory (GB): 7.5
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/cgnet/cgnet_680x680_60k_cityscapes/cgnet_680x680_60k_cityscapes_20201101_110253-4c0b2f2d.pth
Training log: https://download.openmmlab.com/mmsegmentation/v0.5/cgnet/cgnet_680x680_60k_cityscapes/cgnet_680x680_60k_cityscapes-20201101_110253.log.json
Paper:
Title: 'CGNet: A Light-weight Context Guided Network for Semantic Segmentation'
URL: https://arxiv.org/abs/1811.08201
Code: https://github.com/open-mmlab/mmsegmentation/blob/v0.17.0/mmseg/models/backbones/cgnet.py#L187
Framework: PyTorch
- Name: cgnet_fcn_4xb8-60k_cityscapes-512x1024
In Collection: CGNet
Results:
Task: Semantic Segmentation
Dataset: Cityscapes
Metrics:
mIoU: 68.27
mIoU(ms+flip): 70.33
Config: configs/cgnet/cgnet_fcn_4xb8-60k_cityscapes-512x1024.py
Metadata:
Training Data: Cityscapes
Batch Size: 32
Architecture:
- M3N21
- CGNet
Training Resources: 4x V100 GPUS
Memory (GB): 8.3
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/cgnet/cgnet_512x1024_60k_cityscapes/cgnet_512x1024_60k_cityscapes_20201101_110254-124ea03b.pth
Training log: https://download.openmmlab.com/mmsegmentation/v0.5/cgnet/cgnet_512x1024_60k_cityscapes/cgnet_512x1024_60k_cityscapes-20201101_110254.log.json
Paper:
Title: 'CGNet: A Light-weight Context Guided Network for Semantic Segmentation'
URL: https://arxiv.org/abs/1811.08201
Code: https://github.com/open-mmlab/mmsegmentation/blob/v0.17.0/mmseg/models/backbones/cgnet.py#L187
Framework: PyTorch