Project-MONAI / research-contributions

Implementations of recent research prototypes/demonstrations using MONAI.
https://monai.io/
Apache License 2.0
995 stars 328 forks source link

Running UNETR independant on MONAI #142

Closed salman-moh closed 1 year ago

salman-moh commented 1 year ago

Is it possible to run UNETR without monai library? how would this be done if any hints can be given that would be helpful!

tangy5 commented 1 year ago

Hi @salman-moh , UNETR is a part of work of MONAI team, we would not recommend to do so. But for development purpose, you could pull the MONAI library and use/import networks scripts locally, then make changes, training with those changes accordingly. https://github.com/Project-MONAI/MONAI/tree/dev/monai/networks Copy and import "from networks import UNETR"