Skip to content

shahkarKhan24/Image-to-Image-Translation-Using-Conditional-GANs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-to-Image-Translation-Using-Conditional-GANs Open In Colab

Here we are trying to use conditional adversarial networks to solve the general purpose solution of the image-to-image translation. This network can be used for the segmentation, coloring, or styling of an image given the dataset. Here we are trying to convert satellite images into Google map type images.

Dataset

The data set was downloaded from Kaggle which was specifically made for this kind of task. it contains combine images of input and target which we split during preprocessing. You can find more details about the dataset HERE

Results

The model was trained on above-mentioned maps dataset for more than 400 epochs, the result is not that good as compared to the original paper but it can be better by tuning some hyperparameters and training for a little more. Below you can see the cherry pics that were generated by my trained model

Generated Fake Image

Generated images

Target Image

Generated images

Input Image

Generated images

If you want to run the file make sure to edit "load checkpoint" = FALSE, and train it from scratch. In case you need the trained weights whose size is more than 1GB (that's why I didn't upload it in the repo), please feel free to reach out :)

About

This repo is the re implementation of the Paper Image to Image Translation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published