NifTK / NiftyNet

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
http://niftynet.io
Apache License 2.0
1.36k stars 404 forks source link

279: super-resolution based on Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network #341

Closed stian-johnsen closed 5 years ago

stian-johnsen commented 5 years ago

Status

READY

Description

An implementation of the network mentioned in the title, and in ticket 279. Provides a means of upsampling tensors through a purely convolutional (sub-) network. Cannot be trained or used for inference with NiftyNet, directly, and is therefore only usable as a network building block.

Types of changes

Impacted Areas in Application

List general components of the application that this PR will affect:

fbragman commented 5 years ago

I know Ryutaro Tanno has the EPSCN network already implemented as part of his work on "Bayesian Image Quality Transfer with CNNs: Exploring Uncertainty in dMRI Super-Resolution". I can talk to him about and see if I can port his own TF implementation to NiftyNet.