pytorch-semseg icon indicating copy to clipboard operation
pytorch-semseg copied to clipboard

config.yml for pspnet and PASCAL

Open alvarogm84 opened this issue 6 years ago • 5 comments

I want to train pspnet with pascal 2012 and reproduce the results, but i don't know how to set the config.yml Can anyone help me? Thank you so much.

alvarogm84 avatar Jan 11 '19 12:01 alvarogm84

use the fcn8 yaml file in cofig folder.

zaidzidane avatar Feb 21 '19 08:02 zaidzidane

@alvarogm84 Do you successfully run pspnet on PASCAL, can you share your config? thanks.

wackxu avatar Mar 07 '19 02:03 wackxu

@zaidzidane I don't think simply modifying fcn8 yaml would work

st2yang avatar Apr 14 '19 01:04 st2yang

@wackxu did you happen to make it work? I tried to modify the fcn8 yaml and set batch_size to 2, then some error happens in cross entropy function, obviously input and target didn't match the dimension

st2yang avatar Apr 14 '19 01:04 st2yang

I have trained the pspnet with PASCAL(batch size=8 with the fixed size 476*476), after 20000 itera training, the miou is still very low, and i don' t know why.

Lijiatu321 avatar Jun 28 '19 03:06 Lijiatu321