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

path problem #1

Closed ajtao closed 9 years ago

ajtao commented 9 years ago

Hello,

The Alexnet train_test.prototxt path to lmdb is slightly wrong: ../../data/FLIC-full/image_train.lmdb but should be: ../../data/image_train.lmdb

Same issue with the labels of course.

mitmul commented 9 years ago

Thank you @ajtao, I fixed the problem.