Skip to content

Commit

Permalink
Merge pull request #398 from Sofia-Mouchtaris/unetr
Browse files Browse the repository at this point in the history
A new transformer-based segmentation arch (`UNETR`) has been added
  • Loading branch information
sarthakpati committed Apr 12, 2022
2 parents def9014 + ae2df32 commit 3e35ff0
Show file tree
Hide file tree
Showing 3 changed files with 580 additions and 2 deletions.
2 changes: 2 additions & 0 deletions GANDLF/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
from .sdnet import SDNet
from .MSDNet import MSDNet
from .brain_age import brainage
from .unetr import unetr

# defining dict for models - key is the string and the value is the transform object
global_models_dict = {
Expand All @@ -52,6 +53,7 @@
"deep_resunet": deep_resunet,
"light_resunet": light_resunet,
"light_resunet_multilayer": light_resunet_multilayer,
"unetr": unetr,
"fcn": fcn,
"uinc": uinc,
"vgg": vgg19,
Expand Down
Loading

0 comments on commit 3e35ff0

Please sign in to comment.