Replies: 5 comments 39 replies
-
Dear All, Happy New Year. I tried importing segmentation labels (.nii.gz files) by "add data", however the segmentations were not assigned, by default, to the labels defined in the segmentation model. Hence, the segments were manually renamed to the labels - liver and hcc, as defined in the segmentation model. Model training can be performed, however, the training accuracy remains at 0%. Also, running the segmentation inference on validation dataset, fails to generate segmentation. PFA a screenshot of the segmentations used for training, for perusal. Look forward to guidance for importing multiple segmentations and training on inhouse dataset. Thank you. Best Regards, |
Beta Was this translation helpful? Give feedback.
-
You have 24GB GPU which is fairly good.. but looks like it's getting out of memory when it was trying to resample the image. If you want, you can push resample transform into CPU instead of GPU. To do so you can comment/remove Or another way is keep your input images resampled and avoid it during training |
Beta Was this translation helpful? Give feedback.
-
Dear Experts, Lately, while training above segmentation model, I am encountering a 'NoneType' Object is not subscriptable error, after some epochs. Please find the truncated log below for perusal and inputs.
Thanks and Regards, |
Beta Was this translation helpful? Give feedback.
-
This issue could also be caused by a incompatible version of MONAI, you could try a different version. I encountered similar issues before, eventually I found I used a different version of MONAI docker. You could try monai==1.1.0 |
Beta Was this translation helpful? Give feedback.
-
Dear @diazandr3s,
Look forward to your guidance. Thank you. Best Wishes, |
Beta Was this translation helpful? Give feedback.
-
Dear Experts,
Recently, I started training a segmentation model of Liver and HCC using MonaiLabel, with two labels - Liver, HCC. The existing MonaiLabel segmentation model was modified as per instructions at (https://www.youtube.com/watch?v=3HTh2dqZqew). Please find the model config, attached.
segmentation.txt
However, I am unable to import multiple segmentations into the Slicer MonaiLabel module.
Please guide for the same.
Thank you.
Best Regards,
Amit.
Beta Was this translation helpful? Give feedback.
All reactions