/DCSNet

Implementation for Direct Contrast Synthesis from MR Fingerprinting using Pytorch

Primary LanguageJupyter Notebook

Direct Contrast Synthesis from MR Fingerprinting

This repository contains implementations of DCSNet in PyTorch. More information can be found here.

Installation

To use this package, install the required python packages (tested with python 3.6 on Ubuntu 16.04LTS):

pip install -r requirements.txt

Training a model

Finally, to launch a training session, got to the models folder and run the following script:

python3 train.py --data-path <path to dataset folder> --exp-dir <path to summary folder> --device-num 0