mitmul / deeppose

DeepPose implementation in Chainer
http://static.googleusercontent.com/media/research.google.com/ja//pubs/archive/42237.pdf
GNU General Public License v2.0
408 stars 129 forks source link

Number of stages for cascaded pose regression #4

Open umariqb opened 9 years ago

umariqb commented 9 years ago

Using the provided 'train_test.prototxt' file for training, how many stages for cascaded pose regression will be trained. Is there any parameter to vary the number of stages? Or does it only train the initial stage?

lolongcovas commented 9 years ago

I think that there is only one stage. The algorithm trains the cnn model just once. The several stage approach requieres Image alignment as explained in the paper.