|
52 | 52 | "1. large organs: spleen, liver, stomach. \n",
|
53 | 53 | "2. Smaller organs: gallbladder, esophagus, kidneys, pancreas. \n",
|
54 | 54 | "3. Vascular tissues: aorta, IVC, P&S Veins. \n",
|
55 |
| - "4. Glands: left and right adrenal gland\n", |
56 |
| - "\n", |
57 |
| - "[](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" |
58 | 56 | ]
|
59 | 57 | },
|
60 | 58 | {
|
|
446 | 444 | " [\n",
|
447 | 445 | " LoadImaged(keys=[\"image\", \"label\"]),\n",
|
448 | 446 | " AddChanneld(keys=[\"image\", \"label\"]),\n",
|
| 447 | + " Orientationd(keys=[\"image\", \"label\"], axcodes=\"RAS\"),\n", |
449 | 448 | " Spacingd(\n",
|
450 | 449 | " keys=[\"image\", \"label\"],\n",
|
451 | 450 | " pixdim=(1.5, 1.5, 2.0),\n",
|
452 | 451 | " mode=(\"bilinear\", \"nearest\"),\n",
|
453 | 452 | " ),\n",
|
454 |
| - " Orientationd(keys=[\"image\", \"label\"], axcodes=\"RAS\"),\n", |
455 | 453 | " ScaleIntensityRanged(\n",
|
456 | 454 | " keys=[\"image\"],\n",
|
457 | 455 | " a_min=-175,\n",
|
|
503 | 501 | " [\n",
|
504 | 502 | " LoadImaged(keys=[\"image\", \"label\"]),\n",
|
505 | 503 | " AddChanneld(keys=[\"image\", \"label\"]),\n",
|
| 504 | + " Orientationd(keys=[\"image\", \"label\"], axcodes=\"RAS\"),\n", |
506 | 505 | " Spacingd(\n",
|
507 | 506 | " keys=[\"image\", \"label\"],\n",
|
508 | 507 | " pixdim=(1.5, 1.5, 2.0),\n",
|
509 | 508 | " mode=(\"bilinear\", \"nearest\"),\n",
|
510 | 509 | " ),\n",
|
511 |
| - " Orientationd(keys=[\"image\", \"label\"], axcodes=\"RAS\"),\n", |
512 | 510 | " ScaleIntensityRanged(\n",
|
513 | 511 | " keys=[\"image\"],\n",
|
514 | 512 | " a_min=-175,\n",
|
|
0 commit comments