Skip to content

Commit 038376c

Browse files
committed
add swin_unetr btcv tutorial
Signed-off-by: ahatamizadeh <[email protected]>
1 parent afb2da2 commit 038376c

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

3d_segmentation/swin_unetr_btcv_segmentation_3d.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
"\n",
5858
"[1]: Tang, Y., Yang, D., Li, W., Roth, H., Landman, B., Xu, D., Nath, V. and Hatamizadeh, A., 2021. Self-supervised pre-training of swin transformers for 3d medical image analysis. arXiv preprint arXiv:2111.14791.\n",
5959
"\n",
60-
"[2]: Hatamizadeh, A., Nath, V., Tang, Y., Yang, D., Roth, H. and Xu, D., 2022. Swin UNETR: Swin Transformers for Semantic Segmentation of Brain Tumors in MRI Images. arXiv preprint arXiv:2201.01266.\n"
60+
"[2]: Hatamizadeh, A., Nath, V., Tang, Y., Yang, D., Roth, H. and Xu, D., 2022. Swin UNETR: Swin Transformers for Semantic Segmentation of Brain Tumors in MRI Images. arXiv preprint arXiv:2201.01266.\n",
61+
"\n",
62+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/3d_segmentation/swin_unetr_btcv_segmentation_3d.ipynb)\n"
6163
]
6264
},
6365
{

3d_segmentation/unetr_btcv_segmentation_3d.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
"1. large organs: spleen, liver, stomach. \n",
5050
"2. Smaller organs: gallbladder, esophagus, kidneys, pancreas. \n",
5151
"3. Vascular tissues: aorta, IVC, P&S Veins. \n",
52-
"4. Glands: left and right adrenal gland"
52+
"4. Glands: left and right adrenal gland\n",
53+
"\n",
54+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/3d_segmentation/unetr_btcv_segmentation_3d.ipynb)"
5355
]
5456
},
5557
{
@@ -833,7 +835,7 @@
833835
],
834836
"metadata": {
835837
"kernelspec": {
836-
"display_name": "Python 3 (ipykernel)",
838+
"display_name": "Python 3",
837839
"language": "python",
838840
"name": "python3"
839841
},
@@ -847,7 +849,7 @@
847849
"name": "python",
848850
"nbconvert_exporter": "python",
849851
"pygments_lexer": "ipython3",
850-
"version": "3.8.12"
852+
"version": "3.7.10"
851853
}
852854
},
853855
"nbformat": 4,

3d_segmentation/unetr_btcv_segmentation_3d_lightning.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
"1. large organs: spleen, liver, stomach. \n",
5353
"2. Smaller organs: gallbladder, esophagus, kidneys, pancreas. \n",
5454
"3. Vascular tissues: aorta, IVC, P&S Veins. \n",
55-
"4. Glands: left and right adrenal gland"
55+
"4. Glands: left and right adrenal gland\n",
56+
"\n",
57+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/3d_segmentation/unetr_btcv_segmentation_3d_lightning.ipynb)"
5658
]
5759
},
5860
{
@@ -771,7 +773,7 @@
771773
],
772774
"metadata": {
773775
"kernelspec": {
774-
"display_name": "Python 3 (ipykernel)",
776+
"display_name": "Python 3",
775777
"language": "python",
776778
"name": "python3"
777779
},
@@ -785,7 +787,7 @@
785787
"name": "python",
786788
"nbconvert_exporter": "python",
787789
"pygments_lexer": "ipython3",
788-
"version": "3.8.12"
790+
"version": "3.7.10"
789791
}
790792
},
791793
"nbformat": 4,

0 commit comments

Comments
 (0)