Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.3 KB

File metadata and controls

19 lines (13 loc) · 1.3 KB

LEGO-GAN

A deep convolutional generative adversarial neural network to generate realistic images of LEGO minifigures

  • LEGO_DCGAN/minifig_images contains images of LEGO minifigures to train the model. Obtained via some web-scraping on Rebrickable.

  • LEGO_DCGAN/minifig_output contains generated images for each trial during training.

  • LEGO_DCGAN/generated: has several generated images by running LEGO_DCGAN/generated/inference.py. Give it a try yourself ;)

Below are some images generated by the DCGAN generator:

1. 64x64 (took about 7-8 hours of training on a CPU)

2. 128x128 (took about 10-12 hours of training on a CPU)

Learn more about implementing your own DCGAN in PyTorch here