Showing posts with label SRCNN. Show all posts
Showing posts with label SRCNN. Show all posts

2015-04-08

Learning a Deep Convolutional Network for Image Super-Resolution

http://mmlab.ie.cuhk.edu.hk/projects/SRCNN.html
Test code for SRCNN
SRCNN のソースコードがある。

[1501.00092] Image Super-Resolution Using Deep Convolutional Networks

http://arxiv.org/abs/1501.00092
The mapping is represented as a deep convolutional neural network (CNN) that takes the low-resolution image as the input and outputs the high-resolution one.
畳み込みニューラルネットを使って、低解像度の画像を入力して高解像度の画像を出力する。