Skip to content

This repository contains code which can be used to train an MLP, convolutional neural network, residually connected convolutional network and generative adversarial network to improve the resolution of abdominal CT images. It works by downsampling a 192x160 2D CT image, by various downsampling factors (2, 4, 6). The downsampled images act as the…

Notifications You must be signed in to change notification settings

A-Ijishakin/SuperResolution-CT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperResolution-CT

This repository contains code which can be used to train an MLP, convolutional neural network, residually connected convolutional network and generative adversarial network to improve the resolution of abdominal CT images. It works by downsampling a 192x160 2D CT image, by various downsampling factors (2, 4, 6). The downsampled images act as the input data and the normal resolution image is the output. Once trained, unseen CT images, with dimensions which correspond to the downsampling factor can be fed to the network to be super-resolved. Each network can be trained on the various downsampling factors making for 12 networks in total.
Screenshot-2022-12-29-at-10-53-27.png

About

This repository contains code which can be used to train an MLP, convolutional neural network, residually connected convolutional network and generative adversarial network to improve the resolution of abdominal CT images. It works by downsampling a 192x160 2D CT image, by various downsampling factors (2, 4, 6). The downsampled images act as the…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages