Unofficial implementation of the model architecture of Fast-SCNN. Real-time Semantic Segmentation and mobile friendly memory consumption.
from fast_scnn import Fast_SCNN
model = Fast_SCNN(input_channel=3, num_classes=10)
Unofficial implementation of the model architecture of Fast-SCNN. Real-time Semantic Segmentation and mobile friendly memory consumption.
from fast_scnn import Fast_SCNN
model = Fast_SCNN(input_channel=3, num_classes=10)