Fast-SCNN-pytorch icon indicating copy to clipboard operation
Fast-SCNN-pytorch copied to clipboard

A PyTorch Implementation of Fast-SCNN: Fast Semantic Segmentation Network

Results 35 Fast-SCNN-pytorch issues
Sort by recently updated
recently updated
newest added

I've tested it on TITAN X shows it can only run on 43.85 iter/s using (1024, 2048) resolution. So I wonder that **How the FastScnn can run on 123.5 iter/s...

Hello! How can I know the mapping of class and index? For example, what does label "car" mapping to? The "_class_to_index" function is comfusing.

I'm using the 4070ti but it can only reach about 512*512 100fps,

Hi, I use this project to train Cityscapes, use adam optim,lr is 3e-3,but the loss decline is too slow ,how can i solve this problem' Thanks

Hello author, may I ask what is the learning rate and batch_size you are using? I ran the code directly, and its loss fluctuated between 1.1 and 0.9. I also...