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

Processed dataset for the notebook demo #3

Open
masud99r opened this issue May 3, 2024 · 1 comment
Open

Processed dataset for the notebook demo #3

masud99r opened this issue May 3, 2024 · 1 comment

Comments

@masud99r
Copy link

masud99r commented May 3, 2024

Thank you for the great work!
I am trying to run the notebooks demo notebooks/Demo_UNet_CelebA80x80.ipynb. However, this demo seems to require a processed image dataset "train80x80_no_repeats.pt". Is there any script available to generate them or do you have the processed image that can be downloaded?

@Zahra-Kadkhodaie
Copy link
Collaborator

I just added a script, code/celebA_to_torch.py , to pre-process celebA images to 80x80 images we used in our work. To use this you will need to download the celebA dataset, which contains around 202K images. The script then crops and downsamples the images and removes the repeated ones.

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