#626 · Primary category: Computer Vision
DeRaindrop
Attentive Generative Adversarial Network for Raindrop Removal from A Single Image (CVPR 2018)
Project last updated:06/29/18
GitHub Stars
548
Forks
114
Contributors
1
License
Other
Why we included this project
DeRaindrop is the reference implementation of a CVPR 2018 paper on a real imaging problem: raindrops on a window or lens hide the scene behind them, and this code removes them from a single image. The model is an attentive GAN that feeds visual attention into both the generator and the discriminator, so the generator concentrates on the raindrop regions and their surroundings while the discriminator checks local consistency of the restored areas. That makes it directly relevant to outdoor camera work, autonomous driving perception, and surveillance, where weather-degraded frames are a constant nuisance. The code targets Python 2.7 with PyTorch and CUDA, so treat it as a research baseline to study and adapt rather than something you would drop into production. It is also a handy reference if you are exploring attention mechanisms inside GANs for low-level vision.
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)