Skip to content

C-GAN Demo for aerial image to map image translation

License

Notifications You must be signed in to change notification settings

nishantnahata/cgandemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-GAN Demo for image-to-image translation

This is a demo for pix2pix Aerial-to-Map images dataset implemented here.

The implementation of Condition GAN is based on a paper by Isola et al. Link : https://arxiv.org/abs/1611.07004

Demo

Example1
Example 2

Requirements

sudo apt-get install python3-pip build-essential libgtk2.0-dev
sudo pip3 install virtualenv

virtualenv django -p python3
source django/bin/activate

pip install tensorflow Django django-admin numpy matplotlib opencv-python

Setup

Create checkpoint directory

cd cgandemo
mkdir static/checkpoints

Download checkpoints

Link: _

Migrate

python manage.py makemigrations
python manage.py migrate

Run

python manage.py runserver

Note: Run all commands within the created virtual environment

About

C-GAN Demo for aerial image to map image translation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages