Skip to content

Unofficial implementation of Fast-SCNN: Fast Semantic Segmentation Network

License

Notifications You must be signed in to change notification settings

DeepVoltaire/Fast-SCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages