CSAILVision / semantic-segmentation-pytorch

Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
http://sceneparsing.csail.mit.edu/
BSD 3-Clause "New" or "Revised" License
4.96k stars 1.1k forks source link

Very low FPS compared with the benchmark result. #205

Open UsedToBe97 opened 5 years ago

UsedToBe97 commented 5 years ago

Hello, everyone. I tried to benchmark the fps on Titan Xp.

using the following command line:

python3 eval.py --cfg config/ade20k-mobilenetv2dilated-c1_deepsup.yaml

But it turns out the fps was very low compared with the reported >17 fps. image

Could anybody give me some help with that?