Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 972 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 972 Bytes

pix2pix_google_map

This code is an example of image2image architecture on google maps pictures which took from New York City.

alt text

This model will create an image like a target image which is Map, from the input image, which is a Satellite image

Result images:

alt text

alt text

alt text

You can also change the number of epochs for better pictures or try other datasets

NOTE: All numbers(e.g lambda, conv size, ...) are from the image2image article