ivadomed / model_seg_mouse-sc_wm-gm_t1

White and grey matter segmentation on T1-weighted exvivo mouse spinal cord
MIT License
2 stars 1 forks source link

Try other architectures #17

Open jcohenadad opened 1 year ago

jcohenadad commented 1 year ago

@naga-karthik what's your take on that?

naga-karthik commented 1 year ago

Looks good! I would also add UNETR (https://docs.monai.io/en/stable/networks.html#unetr) to the pile. Also, note that basic unet is a barebones version of unet (which has residual units and is also deeper). So, you could either try either of the two depending on the difficulty of the task.

jcohenadad commented 1 year ago

thank you @naga-karthik ! UNETR now added to the list