lee-only's Stars
microsoft/Bringing-Old-Photos-Back-to-Life
Bringing Old Photo Back to Life (CVPR 2020 oral)
xmu-xiaoma666/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
XPixelGroup/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.
zengyh1900/Awesome-Image-Inpainting
A curated list of image inpainting and video inpainting papers and resources
cszn/BSRGAN
Designing a Practical Degradation Model for Deep Blind Image Super-Resolution (ICCV, 2021) (PyTorch) - We released the training code!
cszn/USRNet
Deep Unfolding Network for Image Super-Resolution (CVPR, 2020) (PyTorch)
geekyutao/Image-Inpainting
A paper summary of image inpainting
jingyuanli001/RFR-Inpainting
The source code for CVPR 2020 accepted paper "Recurrent Feature Reasoning for Image Inpainting"
JWSoh/MZSR
Meta-Transfer Learning for Zero-Shot Super-Resolution (CVPR, 2020)
TianLin0509/Easiest-SRGAN-demo
最简单的基于SRGAN网络的实现, 附带已训练好的模型及GIF生成代码, 更适合作为Demo展示
dongheehand/SRGAN-PyTorch
SRGAN (Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network) implementation using PyTorch framework
xiefan-guo/Awesome-Image-Inpainting
A paper list of image inpainting.
aravindiiitb/python-compare-images
This repository is mainly about comparing two images. The technique used is SSIM. i.e. Structural Similarity Index Measure We use some of the inbuilt functions available in python's skimage library to measure the SSIM value. Along with SSIM we also measure the MSE ( Mean Square Error ) To know more about the SSIM technique Refer Here: https://en.wikipedia.org/wiki/Structural_similarity
OctopusLian/alien-invasion
2D游戏:外星人入侵
NiceRingNode/Inpainting-Cpp-Deployment
This is a C++17 deployment of deep-learning based image inpainting algorithm on Windows10, using Libtorch, Opencv and Qt.
trailingend/pytorch-deformable-image-inpainting
Image Impainting using GAN with deformable convolutional filter via PyTorch
Yangliangzhe/Comprehensive-Image-Processing-System
This is a comprehensive image processing system based on Plotly and Flask
Lornatang/DSGAN-PyTorch
PyTorch implements `Frequency Separation for Real-World Super-Resolution` paper.