nnU-Net Model for Bilateral Breast Segmentation on Chest CT
This repository provides documentation and inference instructions for a trained nnU-Net v2 model for bilateral breast segmentation from chest CT scans.
The pretrained model file is:
nnunet_CT_breastseg_best.zip
Model Overview
This model was trained using the nnU-Net framework to automatically segment bilateral breast regions on chest CT images.
Item
Description
Model name
nnunet_CT_breastseg_best.zip
Framework
nnU-Net v2
Task
Bilateral breast segmentation
Input modality
Chest CT
Input format
NIfTI (.nii.gz)
Output
Breast segmentation mask
Intended use
Research use only
Intended Use
This model is intended for automated segmentation of bilateral breast tissue on chest CT scans. The output masks may be used for downstream research tasks such as image preprocessing, radiomics analysis, breast tissue quantification, or deep learning-based risk assessment.
This model is intended for research use only and has not been validated for clinical decision-making.
Installation
Create a Python environment and install nnU-Net v2:
The predicted masks can be visualized using medical image viewers such as:
ITK-SNAP
3D Slicer
MITK Workbench
FSLeyes
For example, in ITK-SNAP, open the CT image as the main image and load the predicted mask as the segmentation overlay.
Model Sharing
The model file can be shared through platforms such as:
GitHub Releases
Hugging Face Model Hub
Zenodo
Institutional data repositories
For long-term academic sharing and citation, Zenodo is recommended because it can provide a DOI.
Citation
If you use this model in your research, please cite the corresponding publication or repository:
bibtex
1@misc{nnunet_ct_breastseg,
2 title = {nnU-Net Model for Bilateral Breast Segmentation on Chest CT},
3 author = {Your Name},
4 year = {2026},
5 note = {Pretrained nnU-Net model for bilateral breast segmentation from chest CT}
6}
Disclaimer
This model is provided for research purposes only. It is not intended for clinical diagnosis, treatment planning, or direct patient care. The model output should be reviewed and validated by qualified experts before being used in any clinical or research analysis.
License
Please specify the license before releasing the model.