#375 · Primary category: Computer Vision
DeblurGAN
Image Deblurring using Generative Adversarial Networks
Project last updated:12/25/19
GitHub Stars
2.6K
Forks
531
Contributors
11
License
Other
Why we included this project
Motion blur quietly ruins otherwise usable frames from phone cameras, old film scans, and surveillance footage. DeblurGAN is a PyTorch implementation of a GAN that takes a blurry image and returns a sharp estimate in a single pass, pairing a conditional Wasserstein GAN with a VGG-19-based perceptual loss. The authors show the same architecture transfers to other image-to-image jobs like super-resolution and colorization. Pretrained generator weights and a straightforward test script let you run it on your own images right away, and the repo includes the pairing and training scripts if you want to retrain on a domain closer to your own footage. With an NVIDIA GPU and CUDA, it is a quick way to see how adversarial training plus perceptual losses hold up on real blur.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)