-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About the face size in create_face_12c.sh #29
Comments
Hi, the images created from that .sh file are actually 15 * 15, the comments were copied from create_face_48c.sh, sorry.. |
So you mean that the final image used to training is also 12 * 12? |
The images created are of size 15 * 15, but caffe will crop blocks of sizes 12 x 12. |
And in which step will caffe crop the image? |
When you perform training through executing It's specified inside face_12c/train_val.prototxt |
OK, I see. It's very nice for you to answer my question. Thany you very much! |
Dear anson,
I've read you code in create_face_12c.sh. I found that you resize the image to 60 * 60. I don't understand why you do so. And by the way why do you set the RESIZE_HEITHG and RESIZE_WIDTH both to be 15?
Hope for your answering. Thank you very much!
The text was updated successfully, but these errors were encountered: