Replies: 14 comments
-
Hi @leeh43 , Thanks for your interests and experiments with MONAI. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi Nic, Here is the error message about the inverse transforms. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
I see your problem, the Thanks. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @leeh43 , MONAI v0.6 adjusted the logic of postprocessing, we are still updating all the tutorials for MONAI v0.6, so I would suggest you to use 0.5.3 so far. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the recommendation. I have created a new environment and installed 0.5.3 for monai. It seems like there is an import error for Invertd function. |
Beta Was this translation helpful? Give feedback.
-
Hi @leeh43 , Sorry I forgot that Thanks. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @leeh43 , Actually, I am sorry to lead you to the old version of MONAI because the examples and tutorials were not ready this morning. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi Nic, Thanks a lot! it works now and I have one more small questions about generating multi-label segmentation map with the post_transform. For activation, I use softmax and normally we compute the max on the channel to output the multi-label segmentation, but how can I output a multi-label map with [1,2,3,4....,N] using post_transform? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
Hi @leeh43 , Sorry I don't quite understand your question, could you please help share an example program about your request? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
I think the question is saying that the output of the network will have the shape: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @leeh43 , I think you can try the Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you for the great work in monai. I am having a problem on using transforms.inverse in monai. As I want to resample back to the original space of the images (with the same size of original images) and output the image as nifti with its original resolution, a runtime error occurs when I used the transforms.inverse. What do you recommend for the next steps?
Here is the screenshot of the transforms and the inverse code:
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions