brade31919/SRGAN-tensorflow
Tensorflow implementation of the SRGAN algorithm for single image super-resolution
Uses a two-stage training pipeline: first training a residual network (SRResnet) with MSE loss, then adversarial training with VGG19 perceptual loss for photo-realistic output. Integrates pre-trained VGG19 weights from TensorFlow-Slim for content-based loss computation and supports distributed GPU training with TensorBoard monitoring.
858 stars. No commits in the last 6 months.
Stars
858
Forks
278
Language
Python
License
MIT
Category
Last pushed
May 12, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/brade31919/SRGAN-tensorflow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
eugenesiow/super-image
Image super resolution models for PyTorch.
NatLabRockies/sup3r
The Super-Resolution for Renewable Resource Data (sup3r) software uses generative adversarial...
HasnainRaz/Fast-SRGAN
A Fast Deep Learning Model to Upsample Low Resolution Videos to High Resolution at 30fps
the-database/traiNNer-redux
Deep learning training framework for image super resolution and restoration.
EscVM/RAMS
Official TensorFlow code for paper "Multi-Image Super Resolution of Remotely Sensed Images Using...