CNN for anatomy-guided PET reconstruction
Project description
pyapetnet
A convolutional neurol network (CNN) to mimick the behavior of anatomy-guided PET reconstruction in image space.
Authors
Georg Schramm, David Rigie
License
This project is licensed under the MIT License - see the LICENSE file for details.
Scientific Publication
Details about pyapetnet are published in Schramm et al., "Approximating anatomically-guided PET reconstruction in image space using a convolutional neural network" ,NeuroImage Vol 224 2021. If we you are using pyapetnet in scientific publications, we appreciate citation of this article.
Installation
pyapetnet
can be installed from pypi
using pip
or from conda-forge
using conda
/mamba
by running
pip install pyapetnet
or
conda -c conda-forge install pyapetnet
Testing the installation
To test the installation activate your virtual environment and run
import pyapetnet
print(pyapetnet.__file__)
If the installation was successful, a number of command line scripts all starting with pyapetnet* to e.g. do predictions with the included trained models from nifti and dicom input images will be available.
Getting started - running your first prediction with pre-trained models
To run a prediction using one of included pre-trained networks and nifti images, run e.g.:
pyapetnet_predict_from_nifti osem.nii t1.nii S2_osem_b10_fdg_pe2i --show
Use the following to get information on the (optional) input arguments
pyapetnet_predict_from_nifti -h
To get a list of available pre-trained models run
pyapetnet_list_models
To make predictions from dicom images, use
pyapetnet_predict_from_dicom osem_dcm_dir t1_dcm_dir S2_osem_b10_fdg_pe2i --show
The source code of the prediction scripts can be found in the scripts
subfolder here.
Training your own model
If you want to train your own model (from scratch or using transfer learning) using your own data, have a look at our training script. All input parameters (e.g. data sets to use) have to be specified in a config json file (example here). The input data sets have to be in nifti format and should be aligned already.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pyapetnet-1.5.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a1077e1fef49f3c12c3ce9dcf0a0a686fd6a822fc04ba79787b68736ee8ee3d |
|
MD5 | 8b15342760eca5448a01c929eb594861 |
|
BLAKE2b-256 | 94c5cad58a28529281a25c263cbb6a0054b78494126710945b3fa2a0f5d3ae72 |