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

strange contrast normalization #30

Closed nlgranger closed 4 years ago

nlgranger commented 8 years ago

Hi there, On https://github.com/mitmul/deeppose/blob/master/scripts/evaluate_flic.py#L69 , I find it strange that you substract the standard deviation instead of normalizing by it.

asanakoy commented 8 years ago

I think you can delete the whole file. It's not updated to the last API