An open API service indexing awesome lists of open source software.

https://github.com/kkkls/DeblurDiff


https://github.com/kkkls/DeblurDiff

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

          

# DeblurDiff: Real-World Image Deblurring with Generative Diffusion Models
[![paper](https://img.shields.io/badge/arXiv-Paper-.svg)](https://arxiv.org/abs/2502.03810)

## Dependencies
conda env create -f environment.yml

## checkpoint

[download](https://drive.google.com/drive/folders/1CUtnUKbu_zTyjJ17F95UYyh2SDzCOHeW?usp=drive_link)

## Test

bash test.sh

## Acknowledgment:

This code is based on the [DiffBIR](https://github.com/XPixelGroup/DiffBIR) and [DemystifyLocalViT](https://github.com/Atten4Vis/DemystifyLocalViT). Thanks for their awesome work.