DeepVoltaire / Fast-SCNN

Unofficial implementation of Fast-SCNN: Fast Semantic Segmentation Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast-SCNN: Fast Semantic Segmentation Network

Unofficial implementation of the model architecture of Fast-SCNN. Real-time Semantic Segmentation and mobile friendly memory consumption.

Tested with Python 3.6 and Pytorch '1.0.1.post2'

Network Architecture image from the paper


Example

from fast_scnn import Fast_SCNN
model = Fast_SCNN(input_channel=3, num_classes=10)

Results with Fast-SCNN

Inference Speed (fps) on Cityscapes

Inference Speed

mIoU on Cityscapes

mIoU

About

Unofficial implementation of Fast-SCNN: Fast Semantic Segmentation Network

License:MIT License


Languages

Language:Python 100.0%