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.
- Host: GitHub
- URL: https://github.com/sk-g/imagecompression
- Owner: sk-g
- Created: 2018-04-08T17:43:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T20:58:19.000Z (over 7 years ago)
- Last Synced: 2025-02-09T01:18:19.939Z (8 months ago)
- Topics: dnn, generative-adversarial-network, neural-networks, tensorflow, tensorflow-experiments, tfgan
- Language: Python
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 )