Fast-SRGAN and SRGAN-tensorflow

These are competitors offering different implementations of the same core super-resolution approach—Fast-SRGAN optimizes for real-time video processing at 30fps while SRGAN-tensorflow focuses on single image super-resolution—making them alternative choices depending on whether the use case prioritizes speed or per-image quality.

Fast-SRGAN
59
Established
SRGAN-tensorflow
51
Established
Maintenance 10/25
Adoption 10/25
Maturity 16/25
Community 23/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 25/25
Stars: 701
Forks: 120
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 858
Forks: 278
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No Package No Dependents
Stale 6m No Package No Dependents

About Fast-SRGAN

HasnainRaz/Fast-SRGAN

A Fast Deep Learning Model to Upsample Low Resolution Videos to High Resolution at 30fps

About SRGAN-tensorflow

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.

Scores updated daily from GitHub, PyPI, and npm data. How scores work