Skip to content

modelhub-ai/colab_prostate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prostate Segmentation

This repositorty provides a minimal working example of the prostate segmentation segmentation nnU-Net models, a series of tools for the segmentation of such anatomy from multi-parametric MR images. The model was trained using 48 multi-parametric MR images, where the annotations were computed using the transverse T2-weighted scans and apparent diffusion coefficient (ADC) maps.

We test the model by implementing an end-to-end (cloud-based) pipeline on publicly available chest CT scans hosted on the Imaging Data Commons (IDC), starting from raw DICOM CT data and ending with a DICOM SEG object storing the segmentation masks generated by the AI pipeline. The testing dataset we use is external and independent from the data used in the development phase of the model (training and validation) and is composed of prostate transversal T2-weighted MRIs acquired at 3T.

The way all the operations are executed - from pulling data to data postprocessing and the standardisation of the results - have the goal of promoting transparency and reproducibility. You can find the notebook here.

Publication

Please cite the following article if you use this code or pre-trained models:

Isensee, F., Jaeger, P.F., Kohl, S.A., Petersen, J. and Maier-Hein, K.H., 2021. nnU-Net: a self-configuring method for deep learning-based biomedical image segmentation. Nature methods, 18(2), pp.203-211, https://doi.org/10.1038/s41592-020-01008-z.

The original code is published on GitHub and the p[retrained network can be found here. The original code is published using the Apache-2.0 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • Python 0.5%