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'm trying to develop a segmentation model using MONAI to segment substructures within the image. Therefore I have an "image" and a segmentation "label" key. They label key is an encoded segmentation of the original image. I'm wondering how I can include a set of "global labels" to the model with MONAI. For example, I might want to declare the image modality (e.g., MR, CT, X-Ray) and the pathology (e.g., type of lung disease or type of heart disease) to help guide the model in segmenting the anatomy. Can someone please direct me to an example or MONAI function where "global labels" can be used as a parameter to guide segmentation (e.g., UNETR)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to develop a segmentation model using MONAI to segment substructures within the image. Therefore I have an "image" and a segmentation "label" key. They label key is an encoded segmentation of the original image. I'm wondering how I can include a set of "global labels" to the model with MONAI. For example, I might want to declare the image modality (e.g., MR, CT, X-Ray) and the pathology (e.g., type of lung disease or type of heart disease) to help guide the model in segmenting the anatomy. Can someone please direct me to an example or MONAI function where "global labels" can be used as a parameter to guide segmentation (e.g., UNETR)?
Beta Was this translation helpful? Give feedback.
All reactions