Skip to content
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

How to make *.npy file? #45

Open
wonzin opened this issue May 26, 2022 · 0 comments
Open

How to make *.npy file? #45

wonzin opened this issue May 26, 2022 · 0 comments

Comments

@wonzin
Copy link

wonzin commented May 26, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant