bodokaiser / piwise

Pixel-wise segmentation on VOC2012 dataset using pytorch.
BSD 3-Clause "New" or "Revised" License
385 stars 86 forks source link

The result of the semantic segmentation #19

Open mshmoon opened 6 years ago

mshmoon commented 6 years ago

I use the code run pascal voe dataset,but the show image is bad,the loss function value descend to 0.05. What about others?

bodokaiser commented 6 years ago

@mshmoon there was another issue about this also see my disclaimer in the readme. For me I found that changing the u-net architecture to single conv's and using leaky relus improved the result.