You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MOOSE (Multi-organ objective segmentation) a data-centric AI solution that generates multilabel organ segmentations to facilitate systemic TB whole-person research.The pipeline is based on nn-UNet and has the capability to segment 120 unique tissue classes from a whole-body 18F-FDG PET/CT image.
This is the regular nnUNet but with three new features: 1 - Training with cyclic learning rate, producing checkpoints from different convergent minima. 2 - an ensemble of the different checkpoints is used to determine uncertainty of each fold. 3 - On inference prediction is made using the lowest uncertainty prediction from 5 folds.
Brain tissue (WM, GM, CSF) segmentation using both multi-atlas and nnUNet approaches. This project was developed for a course titled "Medical Image Segmentation and Applications" - MISA under MAIA master program.