Open mzpmzk opened 8 years ago
@mzpmzk Maybe you need to carefully train the networks of level-3. Actually, I train the networks not by bootstrap.sh but using caffe train
for every networks. You need to pay attention to caffe's output, mainly the loss, if it's not stable, the network may not train well, In this case, you should retrain the network.
@luoyetx Thank you very much for your reply! I will try.
@luoyetx After testing the train results of level2 and level3,the accuracy for right eye is worse,do you konw why ? (others are all ok)And I have check the train network.It is right.waiting for your reply! level3:mean error :Right Eye = 0.061876 failure:Right Eye = 0.909117 level2:mean error :Right Eye = 0.015816 failure:Right Eye = 0.031737
@pidanxhq pay attention to the training log, your networks for Right Eye doesn't not converge.
This it shows.I do not know how it happens
@luoyetx What does the red line mean.
Hi, thanks for your code sharing! I run your code several times by using bootstrap.sh. The result is very close to your presentation in level1 and level2, but the mean error in level3 is rising randomly at some points. (eg: Nose-0.121428, Left Mouth-0.062793 level3) Could you give me some suggestions to solve this problem? Thanks a lot!