#368 · Primary category: Computer Vision

MIRNet

attention-mechanism computer-vision eccv2020 image-denoising image-enhancement image-restoration low-level-vision multi-resolution-streams pytorch super-resolution

[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