#432 · Primary category: Computer Vision
SRCNN-Tensorflow
Image Super-Resolution Using Deep Convolutional Networks in Tensorflow https://arxiv.org/abs/1501.00092v3
Project last updated:07/12/23
GitHub Stars
614
Forks
271
Contributors
1
License
MIT
Why we included this project
SRCNN is the paper that showed deep convolutional networks could beat bicubic interpolation for image super-resolution, and this repository is a readable TensorFlow port of it. The code runs a low-resolution image through a small convolutional network and outputs a sharper, higher-resolution version. Because it depends only on TensorFlow, SciPy, and h5py, it runs on a plain Linux box without the Matlab or OpenCV setup the original reference implementation needs. The training and testing entry points are simple command-line calls, and the whole thing is compact enough to read end to end, which makes it a good study reference for students or engineers new to computer vision. Treat it as a learning tool and a baseline: it is a research reproduction, not a maintained production library.
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)