#368 · Primary category: Computer Vision
MIRNet
[ECCV 2020] Learning Enriched Features for Real Image Restoration and Enhancement. SOTA results for image denoising, super-resolution, and image enhancement.
Project last updated:04/18/24
GitHub Stars
724
Forks
97
Contributors
2
License
Other
Why we included this project
MIRNet is a convolutional network for low-level vision tasks like image denoising, super-resolution, and general enhancement, and it has become a common reference point for teams working in that area. Its main design idea is to keep high-resolution features spatially precise through the whole network while drawing contextual information from lower-resolution streams, an approach that later restoration models have built on. The repo includes the ECCV 2020 training and testing code in PyTorch, pretrained weights, and evaluation scripts, so reproducing the published results or adapting the architecture to a custom pipeline is straightforward. One thing to weigh before adopting it: the license only permits non-commercial use, which rules it out for most product work.
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)