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

In the eval process, test pictures are also cropped by joints in transform function. #7

Open houxianxu opened 9 years ago

houxianxu commented 9 years ago

In the eval process, we also use load_data(trans, args, input_q, data_q) function to load test data, and use the same trans.transform function to load data and transform data. But in the transform function, the test pictures are also cropped basic on the true joints data.

So I think it is better to change transform function a little bit. When in eval process, the pictures are not cropped.

StandWisdom commented 7 years ago

@houxianxu Hi, I want to ask about the parameter "trans" in load_data(trans, args, input_q, data_q). In my evaluation , having error "NameError: global name 'trans' is not defined". If your program is running correctly ,I really want your help