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.
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