mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 07:00:55 +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
57 lines
2.0 KiB
YAML
57 lines
2.0 KiB
YAML
|
|
Models:
|
|
|
|
- Name: fcn_r101-d8_512x1024_80k_fp16_cityscapes
|
|
In Collection: FCN
|
|
Metadata:
|
|
inference time (fps): 8.64
|
|
Results:
|
|
- Task: Semantic Segmentation
|
|
Dataset: Cityscapes
|
|
Metrics:
|
|
mIoU: 76.80
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/fp16/fcn_r101-d8_512x1024_80k_fp16_cityscapes/fcn_r101-d8_512x1024_80k_fp16_cityscapes-50245227.pth
|
|
Config: configs/fcn/fcn_r101-d8_512x1024_80k_fp16_cityscapes.py
|
|
|
|
|
|
|
|
- Name: pspnet_r101-d8_512x1024_80k_fp16_cityscapes
|
|
In Collection: PSPNet
|
|
Metadata:
|
|
inference time (fps): 8.77
|
|
Results:
|
|
- Task: Semantic Segmentation
|
|
Dataset: Cityscapes
|
|
Metrics:
|
|
mIoU: 79.46
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/fp16/pspnet_r101-d8_512x1024_80k_fp16_cityscapes/pspnet_r101-d8_512x1024_80k_fp16_cityscapes-ade37931.pth
|
|
Config: configs/pspnet/pspnet_r101-d8_512x1024_80k_fp16_cityscapes.py
|
|
|
|
|
|
|
|
- Name: deeplabv3_r101-d8_512x1024_80k_fp16_cityscapes
|
|
In Collection: DeepLabV3
|
|
Metadata:
|
|
inference time (fps): 3.86
|
|
Results:
|
|
- Task: Semantic Segmentation
|
|
Dataset: Cityscapes
|
|
Metrics:
|
|
mIoU: 80.48
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/fp16/deeplabv3_r101-d8_512x1024_80k_fp16_cityscapes/deeplabv3_r101-d8_512x1024_80k_fp16_cityscapes-bc86dc84.pth
|
|
Config: configs/deeplabv3/deeplabv3_r101-d8_512x1024_80k_fp16_cityscapes.py
|
|
|
|
|
|
|
|
- Name: deeplabv3plus_r101-d8_512x1024_80k_fp16_cityscapes
|
|
In Collection: DeepLabV3+
|
|
Metadata:
|
|
inference time (fps): 7.87
|
|
Results:
|
|
- Task: Semantic Segmentation
|
|
Dataset: Cityscapes
|
|
Metrics:
|
|
mIoU: 80.46
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/fp16/deeplabv3plus_r101-d8_512x1024_80k_fp16_cityscapes/deeplabv3plus_r101-d8_512x1024_80k_fp16_cityscapes-cc58bc8d.pth
|
|
Config: configs/deeplabv3+/deeplabv3plus_r101-d8_512x1024_80k_fp16_cityscapes.py
|