#225 · Primary category: Computer Vision
KAIR
Image Restoration Toolbox (PyTorch). Training and testing codes for DPIR, USRNet, DnCNN, FFDNet, SRMD, DPSR, BSRGAN, SwinIR
Project last updated:10/02/24
GitHub Stars
3.5K
Forks
705
Contributors
13
License
MIT
Why we included this project
KAIR is a practical PyTorch toolbox for image restoration that collects training and evaluation code for a broad set of published models. Denoising networks like DnCNN and FFDNet, super-resolution approaches such as SRMD, BSRGAN, and SwinIR, and video restoration methods like VRT and RVRT all live under one coherent codebase. It is not a single drop-in application but a reference implementation library, so you can train a network from scratch on your own data or load pretrained weights and run inference on noisy, blurry, or low-resolution images. The bundled scripts also report FLOPs, parameter counts, and memory usage, which helps when comparing architectures for deployment constraints. Because it covers so many tasks, it is a good starting point for adapting a published restoration method instead of reimplementing it from scratch.
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)