We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Images from "vgg_face_data" have so many different sizes.
For example,
https://www.contactmusic.com/pics/ld/active_for_life_arrivals_090110/a.j_buckley_2706152.jpg is 500x750
http://www.kino-teatr.ru/acter/album/73932/50682.jpg is 400x600
and so on.
'vgg_face_data.npy' is reshaped into (2354, 100, 64, 64, 3).
It might be, 64x64 images with 3 channels RGB.
2354 means number of classes and 100 stands number of samples.
But the size of vgg face data set is various, all the images would be reshaped into 64x64?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Images from "vgg_face_data" have so many different sizes.
For example,
https://www.contactmusic.com/pics/ld/active_for_life_arrivals_090110/a.j_buckley_2706152.jpg is 500x750
http://www.kino-teatr.ru/acter/album/73932/50682.jpg is 400x600
and so on.
'vgg_face_data.npy' is reshaped into (2354, 100, 64, 64, 3).
It might be, 64x64 images with 3 channels RGB.
2354 means number of classes and 100 stands number of samples.
But the size of vgg face data set is various, all the images would be reshaped into 64x64?
The text was updated successfully, but these errors were encountered: