Creating an image dataset
To build a new network you need a dataset. Your data should be structured like:
Creating a Dataset
Datasets in HyperGAN are meant to be simple to create. Just use a folder of images.
For jpg(pass -f jpg
)
Downloadable datasets
Loose images of any kind can be used
CelebA aligned faces http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html
MS Coco http://mscoco.org/
ImageNet http://image-net.org/
youtube-dl (see examples/Readme.md)
Cleaning up data
To convert and resize your data for processing, you can use imagemagick
Last updated