Skip to content

uncbiag/PIANO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIANO: Perfusion Imaging via Advection-Diffusion

Please refer to the newest version at https://github.com/uncbiag/D2-SONATA.

This repository contains the code and experiments for our papers:

Perfusion Imaging: An Advection Diffusion Approach - IEEE TMI (In Minor Revision)

PIANO: Perfusion Imaging via Advection-Diffusion - MICCAI 2020 (Early Accept)

drawing

Environment

Training and evaluation environment: Python 3.11.4, PyTorch 2.0.1, CUDA 12.2. Run the following command to install the required packages.

conda create -n piano python=3.11
conda activate piano

git clone https://github.com/uncbiag/PIANO
cd /path/to/piano
pip install -r requirements.txt

2D Demo

drawing

cd learning
python demo_2d.py

Train on Your Own Perfusion Dataset

cd learning
python learn_all_MRP.py 

Cite this work

@misc{liu2020perfusion,
  title={Perfusion Imaging: An Advection Diffusion Approach}, 
  author={Peirong Liu and Yueh Z. Lee and Stephen R. Aylward and Marc Niethammer},
  year={2020},
  eprint={2009.02796},
  archivePrefix={arXiv},
  primaryClass={eess.IV}
}

@InProceedings{liu2020piano,
  title="{PIANO}: Perfusion Imaging via Advection-Diffusion",
  author={Peirong Liu and Yueh Z. Lee and Stephen R. Aylward and Marc Niethammer}, 
  booktitle={Medical Image Computing and Computer Assisted Intervention (MICCAI)},
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages