# Fast-SCNN-pytorch **Repository Path**: sunyvhui/Fast-SCNN-pytorch ## Basic Information - **Project Name**: Fast-SCNN-pytorch - **Description**: A PyTorch Implementation of Fast-SCNN: Fast Semantic Segmentation Network - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-17 - **Last Updated**: 2021-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fast-SCNN: Fast Semantic Segmentation Network A PyTorch implementation of [Fast-SCNN: Fast Semantic Segmentation Network](https://arxiv.org/pdf/1902.04502) from the paper by Rudra PK Poudel, Stephan Liwicki.



(a) test image (b) ground truth (c) predicted result
## TODO
- [ ] add distributed training
- [ ] Support for the VOC, ADE20K dataset
- [ ] Support TensorBoard
- [x] save the best model
- [x] add Ohem Loss
## Authors
* [**Tramac**](https://github.com/Tramac)
## References
- Rudra PK Poudel. et al. "Fast-SCNN: Fast Semantic Segmentation Network".