Skip to content

Difference between UNet and RegUNet? #2970

Answered by ericspod
ebrahimebrahim asked this question in Q&A
Discussion options

You must be logged in to vote

RegUNet is for image registration and has layers best suited for that task. Image registration is something we're actively working on in MONAI so there will be more on that topic in the future. The UNet class is meant to be a general purpose class for segmentation though it can be used for other purposes. It's layers can be changed by overridding its methods so it can serve as a template for more specialized versions. Unless you're doing registration this would be the one to use for now. We have other specalized versions of UNet that are meant to be referenc implementations of papers such as DynUNet or UNetR you can have a look at, being reference implementations they don't inherit the ba…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ebrahimebrahim
Comment options

Answer selected by ebrahimebrahim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants