What neural network should I choose for voxel segmentation #4031
Replies: 4 comments 4 replies
-
Hi @ericspod , Could you please help share some comments about this question? I think you have many best practices. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure there's anything specific to this application that would favour any network architecture over UNet. Our implementation can handle 3D as well as 2D as demonstrated in our various notebooks on the subject. The UNetR implementation would be a good one to try if UNet isn't giving you good enough results. |
Beta Was this translation helpful? Give feedback.
-
@ericspod, @Nic-Ma Thanks for recommendation. I gave an attempt to use just dense layer to classify only features maps without T1 images. But with no luck, Will try with Unet. |
Beta Was this translation helpful? Give feedback.
-
Is there any tutorials how input dataset dict should be created? I can't get the concept of how actually channels of image should be stacked. From unet segmentation tutorial notebook:
Where actually all the "magic" happens? For my example I wan't to concatenate T1 and feature maps extracted manualy, how it should be done? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have few volume feature maps extracted from brain images and labels (green contours on image) in link. I wan't to classify voxels that are in labels and out of labels and create probabilistic map. What NN model should I use for this?
Beta Was this translation helpful? Give feedback.
All reactions