jiny2001/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.
Implements residual learning with skip connections and 1×1 convolutions (Network in Network) as the core architecture, enabling efficient feature extraction across local and global image regions. Supports multiple upsampling strategies including sub-pixel convolution (Pixel Shuffler), transposed convolutions, and self-ensemble techniques, with optional depthwise separable convolutions for reduced model complexity. Built on TensorFlow 2.0+ with flexible training pipelines that allow custom dataset integration, configurable model scaling (4-12 layers, 32-196 filters), and pre-trained weights for immediate evaluation on standard benchmarks (Set5, Set14, BSD100).
714 stars. No commits in the last 6 months.
Stars
714
Forks
219
Language
Python
License
MIT
Category
Last pushed
Apr 06, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/jiny2001/dcscn-super-resolution"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
eugenesiow/super-image
Image super resolution models for PyTorch.
NatLabRockies/sup3r
The Super-Resolution for Renewable Resource Data (sup3r) software uses generative adversarial...
HasnainRaz/Fast-SRGAN
A Fast Deep Learning Model to Upsample Low Resolution Videos to High Resolution at 30fps
the-database/traiNNer-redux
Deep learning training framework for image super resolution and restoration.
EscVM/RAMS
Official TensorFlow code for paper "Multi-Image Super Resolution of Remotely Sensed Images Using...