lsun
lsun copied to clipboard
The directory structure is not onsistent with meta list
Whe I export churches_lmdb to churches by cmd:
python3 data.py export churches_lmdb --out_dir churches
The directory structure like this:
but the meta list is just only show the filename of the images:
I get the filelist from https://ommer-lab.com/files/lsun.zip
Is there any filelist that include the right subpath of images?
I did not generate a meta list, but I moved all files to a directory to match the meta list with the following command:
find ./churches -name '*.*' | xargs -I files mv files ./churchesO
I did not generate a meta list, but I moved all files to a directory to match the meta list with the following command:
find ./churches -name '*.*' | xargs -I files mv files ./churchesO
@AlephZr Thank you for your reply. This is really a good idea, I also solved it through a similar method.