CIHP_PGN icon indicating copy to clipboard operation
CIHP_PGN copied to clipboard

the result in pascal is poor

Open makalo opened this issue 7 years ago • 2 comments

Hi,thanks for your work.When I train PGN in pascal,I get a poor result that the miou is 0.38. besides,In your code,you use 'tf.reduce_sum' to caculate the edge loss,why not 'tf.reduce_mean'.this cause the edge loss is vary large,above 10000.But when I use 'tf.reduce_mean',I get a worse result.Why? could you explain the reason and share how do you trian pascal.Thank you.

makalo avatar Sep 18 '18 09:09 makalo

There are many reasons for the poor re-trained results, such as pre-trained model, training epochs. We use sum operation for edge loss to follow the baseline, Holistically-Nested Edge Detection

Engineering-Course avatar Oct 15 '18 02:10 Engineering-Course

@makalo @Engineering-Course

I am doing the edge/boundary detection task. Yes, as you see the training loss, edge loss is very large, maybe 10000. It is a normal phenomenon. Because edge detection model using class-balanced cross entropy loss function.

GuoxiaWang avatar Nov 19 '18 02:11 GuoxiaWang