Project-MONAI / Project-MONAI/tutorials
MAISI Inference
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 2.5k
- Forks
- 803
- Avg merge
- 6d 22h
- Merged PRs (30d)
- 3
Description
I am trying to use MAISI inference and I have a couple of questions.
my pipeline now to generate a segmentation mask to give as input for MAISI inference is:
- generate segmentation mask using TotalSegmentatorV2
- generate segmentation mask using Visat3D
- unify labels (convert TS labels to same values of Vista3D)
- generate unified mask to take best segmentation
- use MAISI inference
my questions are:
- is that pipeline helps to get best results or it has some problems, as I could not neither find in the paper nor documentations how you prepare the segmentation masks.
- Important question: both segmentation networks do not provide segmentation masks for air or body regions. I investigated the training dataset and found that the value 200 is assigned to those parts, however I could not find anywhere what is HU threshold you are using, so please also if you can guide onto that part whether where to find it or what is the threshold being used. so if you can advise how you prepare the body segmentation mask with value 200 and integrate with the segmentation masks from the segmentation networks.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the MAISI inference workflow described in the issue, then compare the TotalSegmentatorV2 and Visat3D outputs with the training dataset. Document how labels are unified, how the value 200 is assigned to air or body regions, and which HU threshold is used; done means the mask-preparation procedure is clear enough to reproduce.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, pytorch
- Domain
- computer-vision, documentation, machine-learning
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100