I’m currently working on an X-ray segmentation project, aiming to perform semantic segmentation.
My dataset is in .nii format and contains 3 different labels. I’ve completed the labeling process and now have around 60 labeled samples.
Of course, the “radiology” application is designed for 3D images, but my data is 2D, so I’ve been trying to adapt and code it accordingly. However, I haven’t been able to get it to run.
My main question is: Is this even possible?
If it is, I would really appreciate your guidance and support.