We trained an nnUNet model to segment Breast, Fibroglandular Tissue, and Structural Tumor from MRI scans. We prepared the training set from multiple source such as Breast-MRI-NACT-Pilot, Duke-Breast-Cancer-MRI, and ISPY1-Tumor-SEG-Radiomics
Model Container
: We would like to bring our model resources into a deployable container that can be used by research community to use our models for Breast segmention of MRI ScansEase of Use
: Anyone should be able to pull the container (without access issues), mount the input scans and get segmentationsFlexibility
: Target users should be able to get outputs in different formats like dicom
, nifti
, nrrd
etcScalability
: Support for single point inference as well as batched inferenceWe already have trained model weights and a python module that provides an interface for segmentation using the aforesaid model. Next steps for us would be to:
nifti
and nrrd
outputsComing soon
Coming soon