Newmu / dcgan_code

Deep Convolutional Generative Adversarial Networks
MIT License
3.42k stars 696 forks source link

Album cover art dataset #31

Open alexhepburn opened 7 years ago

alexhepburn commented 7 years ago

Would be a great help if you could link the album cover art dataset you used to train the network on. Thanks very much

michaelByrne commented 7 years ago

likewise!

mrharicot commented 7 years ago

I think that's the one: https://archive.org/details/audio-covers

woctezuma commented 5 years ago

Thanks for sharing this link, @mrharicot! If that is the one used by @Newmu as an illustration on the README page of this repository, that is huge: 1 million album covers, for a total of 148 GB!

Sadly, the results shown here do not appear in the paper. Has anyone any precise information to replicate results regarding album covers? Like image sizes, computation time, parameter values, and so on. Edit: Based on the filename, these must be 128x128 images.

I have a dataset of ~ 30k game covers, and I wanted to see if I could get similar results (using Google Colab), but I am not successful so far.

Edit: Nevermind, I have done it.