Closed sj-li closed 7 years ago
I have similar output as you, is this ok?
@freedomabcd I am trying to modify segnet_basic to 2 class classification using KITTI data set (http://www.cvlibs.net/datasets/kitti/eval_road.php). I have ended up with the same result as yours (Per class accuracy = 0 or 1 and predicted image has only one class throughout). The only changes I have made so far are:
Hello, I train the Segnet on the NYUD dataset(http://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html) only using color map.
The loss is under(just for example, I iterate for more time but result is similar)
on NYUD dataset:
on CamVid dataset:
Not like on CamVid, on NYUD, the train result is just 0 or 1. And when I test the result, the whole has the same label.
And the only thing I change the train prototxt is dims of unsampling layer to fit 320x240 resolution :
Thanks!