-
Notifications
You must be signed in to change notification settings - Fork 3
Background images for training #4
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
Comments
Hey! That's odd, IIRC the script used to work with the dataset as extracted. I will take a look this weekend and get back to you. |
Hey, any update? |
Hello, may I ask if there is any progress? |
Hey is there any update? One way may work, you should change the function for exporting images as [see issue]
then, you should extract the images with a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Thanks for releasing the code!
I'm trying to reproduce the training and thus need to gather all the training and validation backgrounds. Following your description, I used the lsun repo to download and extract the backgrounds. However, now I'm struggling with 1) selecting the "correct" background images and 2) converting them to the right format and to the right location.
The provided script
data/copy_lsun_images_to_train_files_dir.py
doesn't work for me, since I guess the directory structure isn't correct after extracting the images. E.g. "bedroom_train_lmdb" extracts images to e.g../f/8/8/1/2/2/*.webp
which isn't compatible with your script. Your script also only looks for .jpg files. Furthermore, I don't know how to select the mentioned 397582 training backgrounds, since e.g. "bedroom_train_lmdb" alone has over 3mio images. Would be grateful for any help!The text was updated successfully, but these errors were encountered: