Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unilight/generative-compression

Tensorflow implementation of paper Generative Compression.
https://github.com/unilight/generative-compression

gan generative-adversarial-network image-compression tensorflow wgan-gp

Last synced: about 2 months ago
JSON representation

Tensorflow implementation of paper Generative Compression.

Awesome Lists containing this project

README

        

# Generative-Compression

- This is a Tensorflow implementation of the paper [Generative Compression](https://arxiv.org/pdf/1703.01467.pdf), a framework desinged to achieve image/video compression using generative adversarial networks (GANs).
- This is a term project for the Video Communication course I took in my senior year in the department of CSIE, National Taiwan University. The goal of this project is trying to improve the quality of the reconstructed images, so I did not strictly follow the original architecture and training details.
- Questions and discussions are welcome.

## Dependency