junyuchen245 / Transformer_for_medical_image_analysis

A collection of papers about Transformer in the field of medical image analysis.
GNU General Public License v3.0
464 stars 71 forks source link

Adding UNETR Repository #1

Closed ahatamiz closed 3 years ago

ahatamiz commented 3 years ago

Hi @junyuchen245 , nice collection of transformers for medical imaging.

We have open-sourced UNETR in the following repository:

https://monai.io/research/unetr-btcv-multi-organ-segmentation

It currently supports multi-organ segmentation task using BTCV dataset, but more segmentation tasks (BRATS, MSD etc.) will be added later.

It's also now part of MONAI and can be directly imported:

https://docs.monai.io/en/latest/_modules/monai/networks/nets/unetr.html

junyuchen245 commented 3 years ago

Hi @ahatamiz,

Thanks for letting me know! I have updated the description and the link.

Junyu

ahatamiz commented 3 years ago

Great. Thanks, Junyu !

Ali