Home

Awesome

Satellite-Imagery-to-Map-Translation-using-Pix2Pix-GAN-framework

PyTorch Implementation of Pix2Pix framework from scratch to train a U-Net with Generative Adversarial Network which translates Satellite Imagery to an equivalent Map.<br> <b>Reference</b>: https://arxiv.org/abs/1611.07004<br> Sample:<br><br> <img src="Visualization/8.png"><br><br>

Trained Generator and Discriminator:<br>

Hyper-parameters

As suggested by the paper in the reference, here are the values of the hyper-parameters to train the Sat2Map model:</br>

Ideas and Intuition of cGAN (conditional GAN)

Generator Architecture - U-Net

Discriminator Architecture - Convolutional Neural Network

Loss Function

Results

Other applications