mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
* dice loss * format code, add docstring and calculate denominator without valid_mask * minor change * restore * add metafile * add manifest.in and add config at setup.py * add requirements * modify manifest * modify manifest * Update MANIFEST.in * add metafile * add metadata * fix typo * Update metafile.yml * Update metafile.yml * minor change * Update metafile.yml * add subfix * fix mmshow * add more metafile * add config to model_zoo * fix bug * Update mminstall.txt * [fix] Add models * [Fix] Add collections * [fix] Modify collection name * [Fix] Set datasets to unet metafile * [Fix] Modify collection names * complement inference time
119 lines
3.9 KiB
YAML
119 lines
3.9 KiB
YAML
Collections:
|
|
- Name: ResNeSt
|
|
Metadata:
|
|
Training Data:
|
|
- Cityscapes
|
|
- ADE20K
|
|
|
|
Models:
|
|
|
|
- Name: fcn_s101-d8_512x1024_80k_cityscapes
|
|
In Collection: FCN
|
|
Metadata:
|
|
inference time (fps): 2.39
|
|
Results:
|
|
- Task: Semantic Segmentation
|
|
Dataset: Cityscapes
|
|
Metrics:
|
|
mIoU: 77.56
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/resnest/fcn_s101-d8_512x1024_80k_cityscapes/fcn_s101-d8_512x1024_80k_cityscapes_20200807_140631-f8d155b3.pth
|
|
Config: configs/fcn/fcn_s101-d8_512x1024_80k_cityscapes.py
|
|
|
|
|
|
|
|
- Name: pspnet_s101-d8_512x1024_80k_cityscapes
|
|
In Collection: PSPNet
|
|
Metadata:
|
|
inference time (fps): 2.52
|
|
Results:
|
|
- Task: Semantic Segmentation
|
|
Dataset: Cityscapes
|
|
Metrics:
|
|
mIoU: 78.57
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/resnest/pspnet_s101-d8_512x1024_80k_cityscapes/pspnet_s101-d8_512x1024_80k_cityscapes_20200807_140631-c75f3b99.pth
|
|
Config: configs/pspnet/pspnet_s101-d8_512x1024_80k_cityscapes.py
|
|
|
|
|
|
|
|
- Name: deeplabv3_s101-d8_512x1024_80k_cityscapes
|
|
In Collection: DeepLabV3
|
|
Metadata:
|
|
inference time (fps): 1.88
|
|
Results:
|
|
- Task: Semantic Segmentation
|
|
Dataset: Cityscapes
|
|
Metrics:
|
|
mIoU: 79.67
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/resnest/deeplabv3_s101-d8_512x1024_80k_cityscapes/deeplabv3_s101-d8_512x1024_80k_cityscapes_20200807_144429-b73c4270.pth
|
|
Config: configs/deeplabv3/deeplabv3_s101-d8_512x1024_80k_cityscapes.py
|
|
|
|
|
|
|
|
- Name: deeplabv3plus_s101-d8_512x1024_80k_cityscapes
|
|
In Collection: DeepLabV3+
|
|
Metadata:
|
|
inference time (fps): 2.36
|
|
Results:
|
|
- Task: Semantic Segmentation
|
|
Dataset: Cityscapes
|
|
Metrics:
|
|
mIoU: 79.62
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/resnest/deeplabv3plus_s101-d8_512x1024_80k_cityscapes/deeplabv3plus_s101-d8_512x1024_80k_cityscapes_20200807_144429-1239eb43.pth
|
|
Config: configs/deeplabv3+/deeplabv3plus_s101-d8_512x1024_80k_cityscapes.py
|
|
|
|
|
|
|
|
- Name: fcn_s101-d8_512x512_160k_ade20k
|
|
In Collection: FCN
|
|
Metadata:
|
|
inference time (fps): 12.86
|
|
Results:
|
|
- Task: Semantic Segmentation
|
|
Dataset: ADE20K
|
|
Metrics:
|
|
mIoU: 45.62
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/resnest/fcn_s101-d8_512x512_160k_ade20k/fcn_s101-d8_512x512_160k_ade20k_20200807_145416-d3160329.pth
|
|
Config: configs/fcn/fcn_s101-d8_512x512_160k_ade20k.py
|
|
|
|
|
|
|
|
- Name: pspnet_s101-d8_512x512_160k_ade20k
|
|
In Collection: PSPNet
|
|
Metadata:
|
|
inference time (fps): 13.02
|
|
Results:
|
|
- Task: Semantic Segmentation
|
|
Dataset: ADE20K
|
|
Metrics:
|
|
mIoU: 45.44
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/resnest/pspnet_s101-d8_512x512_160k_ade20k/pspnet_s101-d8_512x512_160k_ade20k_20200807_145416-a6daa92a.pth
|
|
Config: configs/pspnet/pspnet_s101-d8_512x512_160k_ade20k.py
|
|
|
|
|
|
|
|
- Name: deeplabv3_s101-d8_512x512_160k_ade20k
|
|
In Collection: DeepLabV3
|
|
Metadata:
|
|
inference time (fps): 9.28
|
|
Results:
|
|
- Task: Semantic Segmentation
|
|
Dataset: ADE20K
|
|
Metrics:
|
|
mIoU: 45.71
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/resnest/deeplabv3_s101-d8_512x512_160k_ade20k/deeplabv3_s101-d8_512x512_160k_ade20k_20200807_144503-17ecabe5.pth
|
|
Config: configs/deeplabv3/deeplabv3_s101-d8_512x512_160k_ade20k.py
|
|
|
|
|
|
|
|
- Name: deeplabv3plus_s101-d8_512x512_160k_ade20k
|
|
In Collection: DeepLabV3+
|
|
Metadata:
|
|
inference time (fps): 11.96
|
|
Results:
|
|
- Task: Semantic Segmentation
|
|
Dataset: ADE20K
|
|
Metrics:
|
|
mIoU: 46.47
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/resnest/deeplabv3plus_s101-d8_512x512_160k_ade20k/deeplabv3plus_s101-d8_512x512_160k_ade20k_20200807_144503-27b26226.pth
|
|
Config: configs/deeplabv3+/deeplabv3plus_s101-d8_512x512_160k_ade20k.py
|