A DCGAN used to train a hand generator that outputs 256 x 256 RGB images using the 11K hands Dataset.
For more details, see the jupyter notebook.
The jupyter notebook was implemented to run in Google Colab, but it would be easy to change it to use a local or remote instance instead.
The following GIF shows the output of the model in about the first 1000 epochs:
Losely based on
- DCGAN256 by t0nberryking
- DCGAN256 by manicman1999
- DCGAN image generator by gsurma
- Tensorflow DCGAN
- Tensorflow Image Preprocessing
- Dataset: Mahmoud Afifi, "11K Hands: Gender recognition and biometric identification using a large dataset of hand images." Multimedia Tools and Applications, 2019.
- Medium: 10 Lessons I Learned Training GANs for one Year
- How to Train a GAN? Tips and tricks to make GANs work
- Medium - GAN — Ways to improve GAN performance
- Medium - Generating High-Resolution Images Using Deep Autoregressive Models