You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But i don't understand why you set 0.0078125 scale in CASIA_train_test.prototxt. Why is not 0.00390625.Should it normalized -1 to 1 not 0 to 1? But input image is 0 - 255 , if scale set 0.0078125 it get 0-2 isn't it? So why scale is 0.0078125. Do you do any image process before you train model?
Thank your answer!
Since I have substracted the mean image, divide by 128 (1/128=0.0078125) scales the pixels' graylevel to [-1, 1].
I have also minused the mean image. So every pixel's range is [-1 1].
The text was updated successfully, but these errors were encountered:
reference: happynear/FaceVerification
剪去 mean 的 data 不是用 scale 1/255 ?
Ans:
happynear:
The text was updated successfully, but these errors were encountered: