All Projects → jingyang2017 → Face And Image Super Resolution

jingyang2017 / Face And Image Super Resolution

Licence: mit

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Face And Image Super Resolution

Psfrgan
PyTorch codes for "Progressive Semantic-Aware Style Transformation for Blind Face Restoration"
Stars: ✭ 185 (+6.32%)
Mutual labels:  super-resolution, face
Waveletsrnet
A pytorch implementation of Paper "Wavelet-srnet: A wavelet-based cnn for multi-scale face super resolution"
Stars: ✭ 186 (+6.9%)
Mutual labels:  super-resolution, face
Awesome Cvpr2021 Cvpr2020 Low Level Vision
A Collection of Papers and Codes for CVPR2021/CVPR2020 Low Level Vision
Stars: ✭ 139 (-20.11%)
Mutual labels:  super-resolution
Lookatme
VideoView that plays video only when 👀 are open and 👦 is detected with various other features
Stars: ✭ 161 (-7.47%)
Mutual labels:  face
Frvsr
Frame-Recurrent Video Super-Resolution (official repository)
Stars: ✭ 157 (-9.77%)
Mutual labels:  super-resolution
Jeelizfacefilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 2,042 (+1073.56%)
Mutual labels:  face
A Pytorch Tutorial To Super Resolution
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network | a PyTorch Tutorial to Super-Resolution
Stars: ✭ 157 (-9.77%)
Mutual labels:  super-resolution
Enhancenet Code
EnhanceNet: Single Image Super-Resolution Through Automated Texture Synthesis (official repository)
Stars: ✭ 142 (-18.39%)
Mutual labels:  super-resolution
Knead proj
游戏中捏脸的实现
Stars: ✭ 169 (-2.87%)
Mutual labels:  face
Flame pytorch
This is a implementation of the 3D FLAME model in PyTorch
Stars: ✭ 153 (-12.07%)
Mutual labels:  face
Dpir
Plug-and-Play Image Restoration with Deep Denoiser Prior (PyTorch)
Stars: ✭ 159 (-8.62%)
Mutual labels:  super-resolution
Pan
[Params: Only 272K!!!] Efficient Image Super-Resolution Using Pixel Attention, in ECCV Workshop, 2020.
Stars: ✭ 151 (-13.22%)
Mutual labels:  super-resolution
Waifu2x Extension
Image, GIF and Video enlarger/upscaler achieved with waifu2x and Anime4K. [NO LONGER UPDATED]
Stars: ✭ 149 (-14.37%)
Mutual labels:  super-resolution
Tenet
Official Pytorch Implementation for Trinity of Pixel Enhancement: a Joint Solution for Demosaicing, Denoising and Super-Resolution
Stars: ✭ 157 (-9.77%)
Mutual labels:  super-resolution
Face Detect
A Python based tool to extract faces from any picture.
Stars: ✭ 146 (-16.09%)
Mutual labels:  face
Anime Face Gan Keras
A DCGAN to generate anime faces using custom mined dataset
Stars: ✭ 161 (-7.47%)
Mutual labels:  face
Keras Image Super Resolution
EDSR, RCAN, SRGAN, SRFEAT, ESRGAN
Stars: ✭ 143 (-17.82%)
Mutual labels:  super-resolution
Adafm
CVPR2019 (oral) Modulating Image Restoration with Continual Levels via Adaptive Feature Modification Layers (AdaFM). PyTorch implementation
Stars: ✭ 151 (-13.22%)
Mutual labels:  super-resolution
Mmediting
OpenMMLab Image and Video Editing Toolbox
Stars: ✭ 2,618 (+1404.6%)
Mutual labels:  super-resolution
Dockerface
Face detection using deep learning.
Stars: ✭ 173 (-0.57%)
Mutual labels:  face

Face and Image Super-resolution

Paper

Adrian Bulat*, Jing Yang*, Georgios Tzimiropoulos ''To learn image super-resolution, use a GAN to learn how to do image degradation first'' in ECCV2018

Method

  • High-to-Low GAN using unpaired low and high-resolution images to simulate the image degradation
  • Low-to-High GAN using paired low and high-resolution images to learn real-world super resolution
  • GAN loss driving the image generation process

Requirements

Pytorch 0.4.1

Data

  • Trainset is in Dataset. HIGH is the training high resolution images. LOW is the training low resolution images
  • Testset is testset.tar
  • test_res.tar is our result

Running testing

CUDA_VISIBLE_DEVICES=0, python model_evaluation.py 

Fid Calculation

CUDA_VISIBLE_DEVICES=0, python fid_score.py /Dataset/HIGH/SRtrainset_2/ test_res/

This code is from https://github.com/mseitzer/pytorch-fid

Citation

@inproceedings{bulat2018learn, 
  title={To learn image super-resolution, use a GAN to learn how to do image degradation first},
  author={Bulat, Adrian and Yang, Jing and Tzimiropoulos, Georgios},
  booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
  pages={185--200},
  year={2018}  
}

License

This project is licensed under the MIT License

Third-party Re-implementation

Thanks for yoon28 providing training: https://github.com/yoon28/unpaired_face_sr

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