nilboy/pixel-recursive-super-resolution
A TensorFlow implementation of Google Brain's Pixel Recursive Super Resolution paper for enhancing image resolution.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This repository implements the pixel-recursive super-resolution technique from a Google Brain research paper using TensorFlow. It employs PixelCNN and PixelRNN architectures to generate high-resolution images from low-resolution inputs. The model is trained on the CelebA dataset and uses cross-entropy loss for training.