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

https://github.com/sk-g/imagecompression

Using TFGAN framework to play around with GAN architecture for image compression.
https://github.com/sk-g/imagecompression

dnn generative-adversarial-network neural-networks tensorflow tensorflow-experiments tfgan

Last synced: 6 months ago
JSON representation

Using TFGAN framework to play around with GAN architecture for image compression.

Awesome Lists containing this project

README

          

## ImageCompression
Using TFGAN framework to play around with GAN architecture for image compression.

[Full Resolution Image Compression with Recurrent Neural Networks](https://arxiv.org/abs/1608.05148)

## TFGAN

[Google Research Blog](https://research.googleblog.com/2017/12/tfgan-lightweight-library-for.html)

[Code and examples from Tensorflow github](https://github.com/tensorflow/models/tree/master/research/gan)

## UPDATES

Added files from original tensorflow repos (research/compression and research/gan/image_compression )