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

Creating the same training set as used in the paper. #1

Open
saksham-s opened this issue Jan 30, 2020 · 1 comment
Open

Creating the same training set as used in the paper. #1

saksham-s opened this issue Jan 30, 2020 · 1 comment

Comments

@saksham-s
Copy link

Is it possible to get a method to curate the exact same training set as used in the paper?

@PeterWang512
Copy link
Owner

I haven't check whether my training set generation code behave deterministically (e.g., generating same images via different machines, or extracting the same lsun images from lmdb). Meanwhile, we're looking at potential releases of the training code and training set.

However, if you would like to train your own progan model, you can generate progan images directly from their repo. Moreover, you can also make lsun real images by downloading the lmdb files and process it using the create_lsun function from dataset_tool.py in the progan repo. This is exactly how we collected our training set and test set. However, if you make your own training set, you will need to create your own progan/stylegan/stylegan2 testset to avoid train/test leakage in the real images. Thanks!

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