#129 · Primary category: Computer Vision
BasicSR
Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.
Project last updated:07/21/24
GitHub Stars
8.4K
Forks
1.4K
Contributors
20
License
Apache-2.0
Why we included this project
BasicSR bundles the standard image and video restoration models into one PyTorch codebase, so EDSR, RCAN, ESRGAN, EDVR, BasicVSR, SwinIR and similar architectures all share the same data loading and training infrastructure instead of each needing its own reimplementation. It handles super-resolution, denoising, deblurring, and JPEG artifact removal, and ships with ready-made training and inference commands, dataset preparation scripts, and a model zoo of pretrained weights. The toolbox is also importable as a Python package, not just a command-line tool, which makes it easy to fold into your own experiments. For anyone doing low-level vision research who wants a maintained reference implementation covering both single-image and video methods, this is a practical place to start.
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)