Skip to content

Implementation for Direct Contrast Synthesis from MR Fingerprinting using Pytorch

Notifications You must be signed in to change notification settings

mikgroup/DCSNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation for Direct Contrast Synthesis from MR Fingerprinting using Pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published