BasicSR VS ESRGAN-PyTorch

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

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. (by XPixelGroup)

ESRGAN-PyTorch

A simple implementation of esrgan, which uses the pytorch framework. (by Lornatang)
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
BasicSR ESRGAN-PyTorch
5 1
6,233 130
2.8% -
0.0 7.0
14 days ago 8 months ago
Python Python
Apache License 2.0 Apache License 2.0
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.

BasicSR

Posts with mentions or reviews of BasicSR. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-09.

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.

What are some alternatives?

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

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

Real-ESRGAN - Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.

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

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

dalle-flow - 🌊 A Human-in-the-Loop workflow for creating HD images from text

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

EGVSR - Efficient & Generic Video Super-Resolution

Real-ESRGAN - PyTorch implementation of Real-ESRGAN model

torchSR - Super Resolution datasets and models in Pytorch

Pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration

EDSR_Tensorflow - TensorFlow implementation of 'Enhanced Deep Residual Networks for Single Image Super-Resolution'.