-
Hello, thank you for developing MONAI! Has anyone gotten the 3D spleen segmentation tutorial working, but using Pytorch's binary cross entropy or cross entropy loss, instead of Dice loss? I have not been successful and would be grateful for any feedback. To summarize what I think is the problem: Pytorch's BCE loss only works with 1 channel inputs (understandably). However, the 3D spleen segmentation has E.g. BUT i.e. despite The rest of the code is basically verbatim the 3D spleen segmentation example. My data is 512 x 512 x [10~30]. I have adjusted pixdim accordingly. Thanks so much for your time. Any advice would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi @ctpn , Thanks for your interest and interesting experiments with MONAI. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @ctpn , I feel that because some data in your dataset has different dims, could you please help double confirm all the images in your dataset? Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @ctpn ,
I feel that because some data in your dataset has different dims, could you please help double confirm all the images in your dataset?
By the way, may I know why you use CTPN network as user name?
Thanks.