Skip to content

MONAI UNet = 3D? #1523

Answered by Nic-Ma
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jnc13 ,

Thanks for your interest here, there are 2 UNet implementations in MONAI, both support 2D and 3D.

  1. https://github.com/Project-MONAI/MONAI/blob/master/monai/networks/nets/unet.py
  2. https://github.com/Project-MONAI/MONAI/blob/master/monai/networks/nets/basic_unet.py

And there are many 3D examples in MONAI tutorials, you can search UNet in: https://github.com/Project-MONAI/tutorials.

Thanks.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rijobro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant