Skip to content

3D-QCNet : A method for DL based artifact detection in diffusion MRI scans

Notifications You must be signed in to change notification settings

DiCIPHR-Lab/3D-QCNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D-QCNet

Code for the 3D-QCNet Paper - https://arxiv.org/abs/2103.05285

Input: Sample data that was part of the test used in the study is provided for users to evaluate the model.

Output: An annotated csv file with predicted labels is generated and scans are also sorted into respective classes in the output directory.

Install:

conda create --name 3dqc python=3.6
conda activate 3dqc
pip install -r requirements.txt

Run :

python 3d-qcnet.py --mode test

About

3D-QCNet : A method for DL based artifact detection in diffusion MRI scans

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%