-
Notifications
You must be signed in to change notification settings - Fork 693
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
"faces" dataset: how to create hdf5 from images? #14
Comments
I've created a command line tool for converting gzipped tar of jpeg images to fuel's hdf5 file.
next create a directory (lets call it also create a directory in which you want the hdf5 file to be created (lets call it next run fuel converter to transform this directory to hdf5
If everything goes well you should find the file there is one problem with the order in which the color, width and height indexes are ordered.
there are more options. one big problem is that for now the hdf5 file is about 8 times bigger than the |
@udibr if you want to take a look at my solution: https://github.com/soumith/dcgan.torch |
Hi @FeepingCreature - if you'd like I can release code as a sharable fuel plugin to do this for the celebA dataset. I've done this for LFW, but that dataset format is different because it exports face images as pairs to be compared. I can also offer a merge request to dcgan_code that will cause the celebA hdf5 file to be downloaded and used automatically via kerosene if there is general consensus that this would be useful. |
Given a set of pictures, it's unclear how to create a correctly formatted dataset. I understand if the pictures used cannot be made available, but could you please share whatever script or method you used to create the hdf5 dataset used as an input?
Thanks.
The text was updated successfully, but these errors were encountered: