2020-08-18 23:33:05 +08:00
|
|
|
# Fast-SCNN for Semantic Segmentation
|
|
|
|
|
|
|
|
## Introduction
|
2020-10-07 19:50:16 +08:00
|
|
|
|
2021-04-24 09:58:59 -07:00
|
|
|
<!-- [ALGORITHM] -->
|
2021-01-10 21:35:09 -08:00
|
|
|
|
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}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## Results and models
|
|
|
|
|
|
|
|
### Cityscapes
|
2020-10-07 19:50:16 +08:00
|
|
|
|
2021-04-09 14:36:03 -07:00
|
|
|
| Method | Backbone | Crop Size | Lr schd | Mem (GB) | Inf time (fps) | mIoU | mIoU(ms+flip) | config | download |
|
|
|
|
| --------- | --------- | --------- | ------: | -------- | -------------- | ----: | ------------- | --------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
2021-07-02 17:58:35 +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/fast_scnn.py) | [model](https://download.openmmlab.com/mmsegmentation/v0.5/fast_scnn/fast_scnn_8x4_160k_lr0.12_cityscapes-0cec9937.pth) | [log](https://download.openmmlab.com/mmsegmentation/v0.5/fast_scnn/fast_scnn_8x4_160k_lr0.12_cityscapes-20210630_164853.log.json) |
|