2020-08-18 23:33:05 +08:00
|
|
|
# Fast-SCNN for Semantic Segmentation
|
|
|
|
|
|
|
|
## Introduction
|
2020-10-07 19:50:16 +08:00
|
|
|
|
2021-04-25 00:58:59 +08:00
|
|
|
<!-- [ALGORITHM] -->
|
2021-01-11 13:35:09 +08:00
|
|
|
|
2021-09-28 16:25:37 +08:00
|
|
|
<a href="">Official Repo</a>
|
|
|
|
|
|
|
|
<a href="https://github.com/open-mmlab/mmsegmentation/blob/v0.17.0/mmseg/models/backbones/fast_scnn.py#L272">Code Snippet</a>
|
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary align="right"><a href="https://arxiv.org/abs/1902.04502">Fast-SCNN (ArXiv'2019)</a></summary>
|
|
|
|
|
2020-10-07 19:50:16 +08:00
|
|
|
```latex
|
2020-08-18 23:33:05 +08:00
|
|
|
@article{poudel2019fast,
|
|
|
|
title={Fast-scnn: Fast semantic segmentation network},
|
|
|
|
author={Poudel, Rudra PK and Liwicki, Stephan and Cipolla, Roberto},
|
|
|
|
journal={arXiv preprint arXiv:1902.04502},
|
|
|
|
year={2019}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
2021-09-28 16:25:37 +08:00
|
|
|
</details>
|
|
|
|
|
2020-08-18 23:33:05 +08:00
|
|
|
## Results and models
|
|
|
|
|
|
|
|
### Cityscapes
|
2020-10-07 19:50:16 +08:00
|
|
|
|
2021-04-10 05:36:03 +08:00
|
|
|
| Method | Backbone | Crop Size | Lr schd | Mem (GB) | Inf time (fps) | mIoU | mIoU(ms+flip) | config | download |
|
|
|
|
| --------- | --------- | --------- | ------: | -------- | -------------- | ----: | ------------- | --------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
2021-09-03 00:44:51 +08:00
|
|
|
| Fast-SCNN | Fast-SCNN | 512x1024 | 160000 | 3.3 | 56.45 | 70.96 | 72.65 | [config](https://github.com/open-mmlab/mmsegmentation/blob/master/configs/fastscnn/fast_scnn_lr0.12_8x4_160k_cityscapes.py) | [model](https://download.openmmlab.com/mmsegmentation/v0.5/fast_scnn/fast_scnn_lr0.12_8x4_160k_cityscapes/fast_scnn_lr0.12_8x4_160k_cityscapes_20210630_164853-0cec9937.pth) | [log](https://download.openmmlab.com/mmsegmentation/v0.5/fast_scnn/fast_scnn_lr0.12_8x4_160k_cityscapes/fast_scnn_lr0.12_8x4_160k_cityscapes_20210630_164853.log.json) |
|