jingxiLiao's Stars
ccfddl/ccf-deadlines
⏰ Collaboratively track deadlines of conferences recommended by CCF (Website, Python Cli, Wechat Applet) / If you find it useful, please star this project, thanks~
eeerpjw/ChebyLighter
[ACM MM 2022] This is the official code for the paper "ChebyLighter: Optimal Curve Estimation for Low-light Image Enhancement"
cuiziteng/Illumination-Adaptive-Transformer
🌕 [BMVC 2022] You Only Need 90K Parameters to Adapt Light: A Light Weight Transformer for Image Enhancement and Exposure Correction. SOTA for low light enhancement, 0.004 seconds try this for pre-processing.
Fediory/HVI-CIDNet
"You Only Need One Color Space: An Efficient Network for Low-light Image Enhancement"
ZhendongWang6/Uformer
[CVPR 2022] Official implementation of the paper "Uformer: A General U-Shaped Transformer for Image Restoration".
swz30/Restormer
[CVPR 2022--Oral] Restormer: Efficient Transformer for High-Resolution Image Restoration. SOTA for motion deblurring, image deraining, denoising (Gaussian/real data), and defocus deblurring.
zhangyhuaee/KinD
Kindling the Darkness: a Practical Low-light Image Enhancer
TaoWangzj/LLFormer
The code release of paper "AAAI Ultra-High-Definition Low-Light Image Enhancement: A Benchmark and Transformer-Based Method", AAAI 2023
dvlab-research/SNR-Aware-Low-Light-Enhance
This is the official implementation for the paper "SNR-aware low-light image enhancement" in CVPR2022
swz30/MIRNet
[ECCV 2020] Learning Enriched Features for Real Image Restoration and Enhancement. SOTA results for image denoising, super-resolution, and image enhancement.
ShiArthur03/ShiArthur03
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.
caiyuanhao1998/Retinexformer
"Retinexformer: One-stage Retinex-based Transformer for Low-light Image Enhancement" (ICCV 2023) & (NTIRE 2024 Challenge)
jinnh/GSAD
[NeurIPS 2023] Global Structure-Aware Diffusion Process for Low-Light Image Enhancement
yang-song/score_sde_pytorch
PyTorch implementation for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
HJ-harry/MCG_diffusion
Official PyTorch implementation of the NeurIPS 2022 paper "Improving Diffusion Models for Inverse Problems using Manifold Constraints (https://arxiv.org/abs/2206.00941)"
chq1155/A-Survey-on-Generative-Diffusion-Model
openai/guided-diffusion
yeasy/docker_practice
Learn and understand Docker&Container technologies, with real DevOps practice!
crowsonkb/k-diffusion
Karras et al. (2022) diffusion models for PyTorch
sksq96/pytorch-summary
Model summary in PyTorch similar to `model.summary()` in Keras
yangqy1110/Diffusion-Models
扩散模型原理和pytorch代码实现初学资料汇总
GaParmar/clean-fid
PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]
w86763777/pytorch-ddpm
Unofficial PyTorch implementation of Denoising Diffusion Probabilistic Models
abarankab/DDPM
PyTorch DDPM implementation
zoubohao/DenoisingDiffusionProbabilityModel-ddpm-
This may be the simplest implement of DDPM. You can directly run Main.py to train the UNet on CIFAR-10 dataset and see the amazing process of denoising.
bojone/Keras-DDPM
生成扩散模型的Keras实现
tinygrad/open-gpu-kernel-modules
NVIDIA Linux open GPU with P2P support
JianghaiSCU/Diffusion-Low-Light
Official pytorch implementation for "Low-light Image Enhancement with Wavelet-based Diffusion Models"
CompVis/latent-diffusion
High-Resolution Image Synthesis with Latent Diffusion Models