HJ23 / SRCNN

Super Resolution Convolutional Neural Network paper implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla SRCNN

This repo contains SRCNN implementation in PyTorch Dataset can be downloaded here Datasets

Here is simplified network architecture

network

!

This repository doesnt includes any training dataset if you want to get some training material check out Datasets

  • Requirements :
    • OpenCV
    • PyTorch
    • NumPy
    • TorchVision

Here is a result from testset: result

About

Super Resolution Convolutional Neural Network paper implementation


Languages

Language:Jupyter Notebook 100.0%