Replies: 1 comment 22 replies
-
Hi @Meddebma , I thnk maybe you can use Thanks. |
Beta Was this translation helpful? Give feedback.
22 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to make a 3D classification Task with Images that have a mask and a label. Therefore I used the ImageDataset passing the images, segmentation masks and labels in it. My Idea is that the classification should not be done for the whole image, but only the part of the image that has been selected (In this case it is the spleen). For a better understanding I have two diseases of the spleen in CT scans, and I would like to make a classifier to differentiate between them.
Here is my Notebook:
https://github.com/Meddebma/pyradiomics/blob/master/3D_Classification.ipynb
my Questions:
Expected object of scalar type Long but got scalar type Float for argument NifTI image reader 2D/3D #2 'target' in call to _thnn_nll_loss_forward
Thank you
Beta Was this translation helpful? Give feedback.
All reactions