ESRGAN-PyTorch VS Real-ESRGAN

Compare ESRGAN-PyTorch vs Real-ESRGAN and see what are their differences.

ESRGAN-PyTorch

A simple implementation of esrgan, which uses the pytorch framework. (by Lornatang)

Real-ESRGAN

Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration. (by xinntao)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ESRGAN-PyTorch Real-ESRGAN
1 131
131 26,444
- -
7.0 2.7
8 months ago about 2 months ago
Python Python
Apache License 2.0 BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ESRGAN-PyTorch

Posts with mentions or reviews of ESRGAN-PyTorch. We have used some of these posts to build our list of alternatives and similar projects.
  • [D] Image Quality Assessment
    1 project | /r/MachineLearning | 17 Aug 2021
    For perceptual though, as /u/zshn25 points out, the difficult but possibly applicable solution is to build a Convolutional Discriminator as if for training a GAN, and then your own image set with each image having a grade from 0.0 (bad) to 1.0 (great), or whatever range (don't use activation on the output), and then training it with augmentations so hopefully the discriminator can figure out what exactly it is you like and try to project it to a number. This requires you sitting there and making the dataset though.

Real-ESRGAN

Posts with mentions or reviews of Real-ESRGAN. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-24.

What are some alternatives?

When comparing ESRGAN-PyTorch and Real-ESRGAN you can also consider the following projects:

BasicSR - Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.

ESRGAN - ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.

onnx-web - web UI for GPU-accelerated ONNX pipelines like Stable Diffusion, even on Windows and AMD

SwinIR - SwinIR: Image Restoration Using Swin Transformer (official repository)

GFPGAN - GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.

BSRGAN - Designing a Practical Degradation Model for Deep Blind Image Super-Resolution (ICCV, 2021) (PyTorch) - We released the training code!

waifu2x - Image Super-Resolution for Anime-Style Art

Real-ESRGAN-colab - A Real-ESRGAN model trained on a custom dataset

a-PyTorch-Tutorial-to-Super-Resolution - Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network | a PyTorch Tutorial to Super-Resolution

waifu2x-caffe - waifu2xのCaffe版

stable-diffusion - A latent text-to-image diffusion model

Image-Super-Resolution-via-Iterative-Refinement - Unofficial implementation of Image Super-Resolution via Iterative Refinement by Pytorch