Replies: 12 comments
-
Hi @SachidanandAlle , Have you seen a similar issue in the MONAI Label app? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
Can you try other sample images.. if possible some .nii.gz ones.. Before that please share more logs/lines above.. we print image size, type for every transforms etc.. lets try to understand if its coming due what.. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply, and this is the logs with more details. And in fact, this error just occured for one dcm image, and others are fine, and for now I cant get more sample images, so I am sorry for that I cant give you more infomation.
In addition, if I mannually set |
Beta Was this translation helpful? Give feedback.
-
And for thus image you can run none of deepedit or segmentation or segmentation spleen. model.. |
Beta Was this translation helpful? Give feedback.
-
This error just happened when use the pretrained segmentation model for multi-label. Other single label models worked fine. |
Beta Was this translation helpful? Give feedback.
-
Will it be OK if you can share the image temporarily? This will help to debug and fix the issue quickly |
Beta Was this translation helpful? Give feedback.
-
I‘m sorry I cant share the image. But I noticed that this image was upside down compared to other images, that the pelvis was on top. Hope this will help you. |
Beta Was this translation helpful? Give feedback.
-
Them my only guess is it has not generated any non zero results after inference.. |
Beta Was this translation helpful? Give feedback.
-
I used the OHIF instead of 3d slicer. And my MONAIlabel version is MONAI Label 0.3.2,monai version is as below:
|
Beta Was this translation helpful? Give feedback.
-
The version is bit old.. and few things are improved in 4.2 version.. I suggest to uninstall existing monai and monailabel and try latest version of monailabel from pip |
Beta Was this translation helpful? Give feedback.
-
OK. I will try the latest version, thank you very much. |
Beta Was this translation helpful? Give feedback.
-
Discovered the same issue (ValueError: zero-size array to reduction operation cupy_argmax which has no identity) with version 0..4.2 and 3D Slicer. Disabling largest cc as discribed by @SachidanandAlle resolved the problem and segmentation is displayed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Hi, when I use the monai label example app with the pretrained segmentation model for multi-label, I face this problem:
It seens the
counts
is a null list[ ]
and for only one dicom image, the error happened. But i dont know why this could happen and the image looks like fine,. Can anyone help?Beta Was this translation helpful? Give feedback.
All reactions