Tramac / Fast-SCNN-pytorch

A PyTorch Implementation of Fast-SCNN: Fast Semantic Segmentation Network
Apache License 2.0
379 stars 93 forks source link

reducing the noise in the predicted image #23

Open sunnysd opened 4 years ago

sunnysd commented 4 years ago

@Tramac, Thanks for the repo. Was able to train on cityscapes and coco dataset and prediction is good on the objects (both cityscapes and coco) but there is noise in most of the predictions. I see there is a noise even in the image you have posted ((c) predicted result - noise on the road red color at the bottom). Is it possible to reduce this noise by tuning any hyperparameter while training? Any thoughts ?