#297 · Primary category: Computer Vision
MPRNet
[CVPR 2021] Multi-Stage Progressive Image Restoration. SOTA results for Image deblurring, deraining, and denoising.
Project last updated:04/18/24
GitHub Stars
1.4K
Forks
207
Contributors
3
License
Other
Why we included this project
MPRNet is a CVPR 2021 architecture aimed at restoring degraded photographs, handling motion blur, rain streaks, and sensor noise in one framework. The network works in stages: it first pulls out global context with encoder-decoder blocks, then a high-resolution branch keeps the fine detail, with per-pixel attention reweighting features at each step. That staged design makes it a handy baseline if you are benchmarking your own restoration work, and the PyTorch repo includes training and testing scripts plus pretrained models for each task. It is research code rather than a plug-and-play library, so plan on reading and adapting the implementation yourself. For anyone reproducing CVPR results or learning how progressive restoration is put together, the stage organization and supervision scheme are worth studying.
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)