Skip to content

praitayini/Synthesizing-Realistic-PET-Based-Anatomical-MRI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Synthesizing-Realistic-PET-Based-Anatomical-MRI

The accuracy of PET based Computer Aided Diagnosis (CAD) can be improved when more images are feed into these systems. If these CAD systems have more data to work with, the better it will diagnose patients. These CAD systems have machine learning techniques build into them. The accuracy of these machine learning algorithms depend on the amount of training data. Here, new PET images are constructed which can be added to the training set.

The main.py is implementation of U-net convolutional neural network. This network reads in MRI scan images from the training data set and learns how to transform them into PET scan images. The network then returns the data layers that should be applied to the MRI images to transform them into PET scan images.

The validation code here reads the validation data set along with the model generated by the U-net and apply the transformation values onto the image. The return from the validation code would be our PET scan that was constructed from a MRI image.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages