amitadate / gan-compression

This repository contains the source for the paper "Analysing Image Compression using Generative Adversarial Networks"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Our experiments with image compression with added stabilization by intergrating with a generative adversarial network.

Architecture

alt tag

Prerequisites

Usage

First, download images to data/mnist:

$ python download.py mnist		[202599 face images]

Second, train the GAN:

$ python train_compression.py

About

This repository contains the source for the paper "Analysing Image Compression using Generative Adversarial Networks"


Languages

Language:Python 100.0%