Tramac / Fast-SCNN-pytorch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How it can achieve such higher speed?

lqxisok opened this issue · comments

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 using (1024, 2048) resolution? Or, can you report your speed on inference
Thank you.