#417 · Primary category: Computer Vision
dcscn-super-resolution
A tensorflow implementation of "Fast and Accurate Image Super Resolution by Deep CNN with Skip Connection and Network in Network", a deep learning based Single-Image Super-Resolution (SISR) model.
Project last updated:04/06/23
GitHub Stars
712
Forks
217
Contributors
8
License
MIT
Why we included this project
DCSCN is a compact TensorFlow implementation of a single-image super-resolution architecture that pairs a deep CNN with residual blocks, skip connections, and network-in-network style 1x1 convolutions. Beyond the original paper, the code adds pixel shuffler upsampling, optional transposed convolutions, self-ensemble inference, and depthwise separable convolutions, so it reads as a small tour of several classic SISR techniques in one place. That makes it handy for teams building or benchmarking their own upscaling pipeline who want to see how these pieces fit together and what they do to PSNR without adopting a large framework. Researchers and students reproducing the paper's results will also find it a straightforward base for trying architectural variations.
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)