lsun
lsun copied to clipboard
LSUN Dataset Documentation and Demo Code
See `README.md` for details.
I just try to export_data.py export tower_train_lmdb --out_dir data Traceback (most recent call last): File "export_data.py", line 65, in main() File "export_data.py", line 61, in main export_images(lmdb_path, args.out_dir) File "export_data.py",...
Are there training.mat and validation.mat files in this dataset that i can download? im trying to use the opensource implementation for the roomnet and it requires .mat files and i...
Closes #33
It would be nice to add this to the README. It's not obvious to me what this acronym is after reading through the github repository, paper, or related web content.
Hello, I'm looking for the LSUN layout dataset, do you have this dataset? I have been searching for it for a very long time, and would be deeply thankful if...
Is there any possibility to post somewhere the mean and std of lsun dataset for each channel? Thanks.
- When I try to download the data using script `python download.py -c test` I get a .zip folder that cannot be extracted (I have curl installed) - I download...
In my folder: bedroom_val, there are data.mdb and lock.mdb. Then I use `export_images('./bedroom_val', './data',True)` result: ``` Traceback (most recent call last): File "/Users/pegasus/Downloads/lsun-master/data.py", line 90, in export_images('./bedroom_val', './data',True) File "/Users/pegasus/Downloads/lsun-master/data.py",...
Hello, teacher. I am a student and saw a paper you published in 2015 is LSUN: Construction of a Large-scale Image Dataset using Deep Learning with Humans in the Loop....