Skip to content

Commit ac29527

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

File tree

2 files changed

+46
-53
lines changed

2 files changed

+46
-53
lines changed

3d_segmentation/unetr_btcv_segmentation_3d.ipynb

Lines changed: 43 additions & 48 deletions
Large diffs are not rendered by default.

3d_segmentation/unetr_btcv_segmentation_3d_lightning.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@
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\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)"
55+
"4. Glands: left and right adrenal gland"
5856
]
5957
},
6058
{
@@ -446,12 +444,12 @@
446444
" [\n",
447445
" LoadImaged(keys=[\"image\", \"label\"]),\n",
448446
" AddChanneld(keys=[\"image\", \"label\"]),\n",
447+
" Orientationd(keys=[\"image\", \"label\"], axcodes=\"RAS\"),\n",
449448
" Spacingd(\n",
450449
" keys=[\"image\", \"label\"],\n",
451450
" pixdim=(1.5, 1.5, 2.0),\n",
452451
" mode=(\"bilinear\", \"nearest\"),\n",
453452
" ),\n",
454-
" Orientationd(keys=[\"image\", \"label\"], axcodes=\"RAS\"),\n",
455453
" ScaleIntensityRanged(\n",
456454
" keys=[\"image\"],\n",
457455
" a_min=-175,\n",
@@ -503,12 +501,12 @@
503501
" [\n",
504502
" LoadImaged(keys=[\"image\", \"label\"]),\n",
505503
" AddChanneld(keys=[\"image\", \"label\"]),\n",
504+
" Orientationd(keys=[\"image\", \"label\"], axcodes=\"RAS\"),\n",
506505
" Spacingd(\n",
507506
" keys=[\"image\", \"label\"],\n",
508507
" pixdim=(1.5, 1.5, 2.0),\n",
509508
" mode=(\"bilinear\", \"nearest\"),\n",
510509
" ),\n",
511-
" Orientationd(keys=[\"image\", \"label\"], axcodes=\"RAS\"),\n",
512510
" ScaleIntensityRanged(\n",
513511
" keys=[\"image\"],\n",
514512
" a_min=-175,\n",

0 commit comments

Comments
 (0)