All Projects → ryanxingql → subjectiveqe-esrgan

ryanxingql / subjectiveqe-esrgan

Licence: Apache-2.0 License
PyTorch implementation of ESRGAN (ECCVW 2018) for compressed image subjective quality enhancement.

Projects that are alternatives of or similar to subjectiveqe-esrgan

Alae
[CVPR2020] Adversarial Latent Autoencoders
Stars: ✭ 3,178 (+26383.33%)
Mutual labels:  generative-adversarial-network, pytorch-implementation
Generative MLZSL
[TPAMI Under Submission] Generative Multi-Label Zero-Shot Learning
Stars: ✭ 37 (+208.33%)
Mutual labels:  generative-adversarial-network, pytorch-implementation
deep-blueberry
If you've always wanted to learn about deep-learning but don't know where to start, then you might have stumbled upon the right place!
Stars: ✭ 17 (+41.67%)
Mutual labels:  generative-adversarial-network, pytorch-implementation
Deep-Learning-Pytorch
A repo containing code covering various aspects of deep learning on Pytorch. Great for beginners and intermediate in the field
Stars: ✭ 59 (+391.67%)
Mutual labels:  generative-adversarial-network, pytorch-implementation
pytorch-gans
PyTorch implementation of GANs (Generative Adversarial Networks). DCGAN, Pix2Pix, CycleGAN, SRGAN
Stars: ✭ 21 (+75%)
Mutual labels:  generative-adversarial-network, pytorch-implementation
gan-vae-pretrained-pytorch
Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.
Stars: ✭ 134 (+1016.67%)
Mutual labels:  generative-adversarial-network, pytorch-implementation
abae-pytorch
PyTorch implementation of 'An Unsupervised Neural Attention Model for Aspect Extraction' by He et al. ACL2017'
Stars: ✭ 52 (+333.33%)
Mutual labels:  pytorch-implementation
ADL2019
Applied Deep Learning (2019 Spring) @ NTU
Stars: ✭ 20 (+66.67%)
Mutual labels:  generative-adversarial-network
Deep-Exemplar-based-Video-Colorization
The source code of CVPR 2019 paper "Deep Exemplar-based Video Colorization".
Stars: ✭ 180 (+1400%)
Mutual labels:  generative-adversarial-network
hgail
gail, infogail, hierarchical gail implementations
Stars: ✭ 25 (+108.33%)
Mutual labels:  generative-adversarial-network
Restoring-Extremely-Dark-Images-In-Real-Time
The project is the official implementation of our CVPR 2021 paper, "Restoring Extremely Dark Images in Real Time"
Stars: ✭ 79 (+558.33%)
Mutual labels:  pytorch-implementation
TextBoxGAN
Generate text boxes from input words with a GAN.
Stars: ✭ 50 (+316.67%)
Mutual labels:  generative-adversarial-network
gan-qp.pytorch
Unofficial PyTorch implementation of "GAN-QP: A Novel GAN Framework without Gradient Vanishing and Lipschitz Constraint"
Stars: ✭ 26 (+116.67%)
Mutual labels:  generative-adversarial-network
AvatarGAN
Generate Cartoon Images using Generative Adversarial Network
Stars: ✭ 24 (+100%)
Mutual labels:  generative-adversarial-network
projects
things I help(ed) to build
Stars: ✭ 47 (+291.67%)
Mutual labels:  generative-adversarial-network
CsiGAN
An implementation for our paper: CsiGAN: Robust Channel State Information-based Activity Recognition with GANs (IEEE Internet of Things Journal, 2019), which is the semi-supervised Generative Adversarial Network (GAN) for Channel State Information (CSI) -based activity recognition.
Stars: ✭ 23 (+91.67%)
Mutual labels:  generative-adversarial-network
DeepFlow
Pytorch implementation of "DeepFlow: History Matching in the Space of Deep Generative Models"
Stars: ✭ 24 (+100%)
Mutual labels:  generative-adversarial-network
Image-Colorization-CycleGAN
Colorization of grayscale images using CycleGAN in TensorFlow.
Stars: ✭ 16 (+33.33%)
Mutual labels:  generative-adversarial-network
skip-thought-gan
Generating Text through Adversarial Training(GAN) using Skip-Thought Vectors
Stars: ✭ 44 (+266.67%)
Mutual labels:  generative-adversarial-network
MNIST-invert-color
Invert the color of MNIST images with PyTorch
Stars: ✭ 13 (+8.33%)
Mutual labels:  generative-adversarial-network

Subjective Quality Enhancement of Compressed Images using ESRGAN

0. Background

PyTorch implementation of ESRGAN for compressed image subjective quality enhancement.

demo

demo

Feel free to contact: [email protected].

1. Code & Pre-trained Model

[Previous Formal Version]

To unify most of the quality enhancement approaches, we have released the improved ESRGAN at PowerQE.

2. License

We adopt Apache License v2.0. For other licenses, please refer to ESRGAN.

If you find this repository helpful, you may cite:

@incollection{Wang_2019,
	doi = {10.1007/978-3-030-11021-5_5},
	url = {https://doi.org/10.1007%2F978-3-030-11021-5_5},
	year = 2019,
	publisher = {Springer International Publishing},
	pages = {63--79},
	author = {Xintao Wang and Ke Yu and Shixiang Wu and Jinjin Gu and Yihao Liu and Chao Dong and Yu Qiao and Chen Change Loy},
	title = {{ESRGAN}: Enhanced Super-Resolution Generative Adversarial Networks},
	booktitle = {Lecture Notes in Computer Science}
}

@misc{ESRGAN_xing_2020,
  author = {Qunliang Xing},
  title = {Subjective Quality Enhancement of Compressed Images using ESRGAN},
  howpublished = "\url{https://github.com/ryanxingql/subjectiveqe-esrgan}",
  year = {2020}, 
  note = "[Online; accessed 11-April-2021]"
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].