Details for Prostate-Needle-Finder model are provided in the following scientific publication:
Mehrtash, Alireza, et al. "Automatic needle segmentation and localization in MRI with 3-D convolutional neural networks: application to MRI-targeted prostate biopsy."
IEEE transactions on medical imaging 38.4 (2018): 1026-1036.
BibTeX citation
@article{mehrtash2018automatic,
title={Automatic needle segmentation and localization in MRI with 3-D convolutional neural networks: application to MRI-targeted prostate biopsy},
author={Mehrtash, Alireza and Ghafoorian, Mohsen and Pernelle, Guillaume and Ziaei, Alireza and Heslinga, Friso G and Tuncali, Kemal and Fedorov, Andriy and Kikinis, Ron and Tempany, Clare M and Wells, William M and others},
journal={IEEE transactions on medical imaging},
volume={38},
number={4},
pages={1026--1036},
year={2018},
publisher={IEEE}
}
Prostate-Needle-Finder model is licensed under Slicer License.
docker pull deepinfer/prostate
docker run -t -v ~/data/needle_test/:/data deepinfer/prostate\
--ModelName prostate-needle-finder\
--InputVolume /data/confirmation_volume.nrrd\
--InputProstateMask /data/prostate_label.nrrd\
--OutputLabel /data/needle_label.nrrd \
--OutputFiducialList /data/Tip.fcsv\
--InferenceType Single\
--verbose
[Mandatory]
ModelName: ('prostate-needle-finder')
InputVolume: (an existing filename locating the T2-Weighted Pelvic MRI containing Needle)
InputProstateMask: (an existing filename locating the rough prostate gland location)
OutputLabel: (output path of the needle label)
OutputFiducialList: (output path of the fiducial list in fcsv format (slicer fiducial list format) where the needle
tip will be saved)
Inference: (Single, Ensemble)
Single: the prediction would be the output of a single model. Ensemble: the prediction will be the
calculated by ensembling of 5 models from 5-fold cross validation and majority voting.
[Optional]
verbose :
verbose mode for printing additional details about the procedure.