Replies: 1 comment 27 replies
-
Hi @Meddebma , Thanks for your interest here with MONAI APIs. Thanks. |
Beta Was this translation helpful? Give feedback.
27 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I successfully segmented spleens in my dataset using the following code:
https://github.com/Meddebma/pyradiomics/blob/master/3D_Segmentation_eval.ipynb
In a second step I tried to classify the segmentation results into two labels in this code:
https://github.com/Meddebma/pyradiomics/blob/master/3D_Classification_Dict.ipynb
unfortunately I've got an error concerning the segmentations which have for example the shape of (512, 512, 50, 2), how can I get rid of the last dimension(2) or how should I manipulate the data to do the classification task?
Thanks many times
Beta Was this translation helpful? Give feedback.
All reactions