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

FFHQ Dataset #6

Open
hotmanparis opened this issue Aug 18, 2023 · 1 comment
Open

FFHQ Dataset #6

hotmanparis opened this issue Aug 18, 2023 · 1 comment

Comments

@hotmanparis
Copy link

Hi,

I want to try out the 2D set regression experiment (2D_set_regression.ipynb), but it expects the following file as the dataset: data/ffhq/ffhq_512.npy.

I assume that file is your preprocessed 800 FFHQ images? How can I obtain the .npy file?

@apchenstu
Copy link
Collaborator

ffhq_512.npy is a tensor array at a shape NxHxWx3, where N is 800 here, we used the first 0-800 images from the FFHQ dataset. You could obtain it by loading images and concatenating them;)

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

2 participants