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

dataset #12

Open
InsaneGe opened this issue Nov 15, 2022 · 2 comments
Open

dataset #12

InsaneGe opened this issue Nov 15, 2022 · 2 comments

Comments

@InsaneGe
Copy link

First, thank you for useful video and code.
can you share the dataset that you use in the code?I want to apply the code in cifar-10, but failed, so I want to have a look at your dateset structure used in the code.

args.dataset_path = r"C:\Users\dome\datasets\landscape_img_folder"
the complete file of "landscape_img_folder"

@dome272
Copy link
Owner

dome272 commented Nov 15, 2022

Do you need the landscape dataset or the cifar-10? The landscape dataset can be found here: https://www.kaggle.com/datasets/arnaud58/landscape-pictures
and the CIFAR-10 here: https://www.kaggle.com/datasets/joaopauloschuler/cifar10-64x64-resized-via-cai-super-resolution

And the structure is simply: landscape_dataset/unconditional/{0..6000}.jpg and for cifar 10 you would have cifar_10/ and then 10 subfolders for each class and then all images in all of the folders for each class

@potatoker
Copy link

@InsaneGe got same error here, you need to unzip the landscape dataset to the specified directory named "unconditional" which should created by hand.

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

3 participants