Giter VIP home page Giter VIP logo

pix2pix-mapmaker's Introduction

MapMaker: Pix2Pix on Satellite Images

Deep Learning Course Submission

See full report HERE

image

Summary

The pix2pix model is a generative adversarial network (GAN) that serves as an image-to-image translation done by training a deep convolutional network. Its generation of the output is conditional on the source image. [1] The GAN architecture is composed of a generator model (which creates fake images) and discriminator model (which identifies fake images). These two models are trained concurrently in an oppositional process wherein the generator’s goal is to trick the discriminator and the discriminator wants to improve on its ability to identify fake generated images. Several applications have been done for this type of model which includes labels to façade translation, edges to photo, day to night, black and white and aerial photos to maps.[1]

A model was trained based on local satellite and map images instead. The images used as training data were scraped from the Google Static Maps API wherein pairs of satellite and road map images are concatenated side by side into a single image. [2] There were 6 metropolitan areas used for the scraping namely Metro Manila, Naga, Iloilo, Cebu, Davao, and Cagayan de Oro. See the supplementary notebook on image scraping for the code reference. A total of 1000 images were downloaded, taking 800 images as the training set and 200 as the test dataset.

Two models were trained with reverse functionalities. The first model tries to recreate map images from satellite images and the second model does the reverse (map to satellite).

Sat2Map

image

Map2Sat

image

References

[1] https://machinelearningmastery.com/how-to-develop-a-pix2pix-gan-for-image-to-image-translation/

[2] https://github.com/taesungp/larger-google-sat2maps-dataset

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.