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
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.
The text was updated successfully, but these errors were encountered:
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:
my questions are:
The text was updated successfully, but these errors were encountered: