Skip to content

Reconstruction of highly undersampled radial cardiac MRI with a U-Net

License

Notifications You must be signed in to change notification settings

ygCoconut/MRIreconUNET

Repository files navigation

MRIreconUNET

Reconstruction of undersampled radial cardiac MRI with a UNET

Execute the master file to execute the code, in return it will execute the runall file.

python3 masterfile.py config.txt

The runall.py file contains the main code to run the model training. Make sure to check it out !

The config.txt file contains all the model parameters needed to train a model.

Installs needed:

conda install -c anaconda python=3.6 scikit-learn
conda install -c anaconda pandas
pip install torchsummary
conda install -c conda-forge tensorflow
conda install -c conda-forge tensorboardx
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch

About

Reconstruction of highly undersampled radial cardiac MRI with a U-Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published