Skip to content

Commit ee6ddff

Browse files
committed
DOC: Update MONAI example notebook to use label_image
1 parent ffd6d4f commit ee6ddff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/integrations/MONAI/transform_visualization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"metadata": {},
150150
"outputs": [],
151151
"source": [
152-
"view(image=data[\"image\"][0, 0, :, :, :] * 255, gradient_opacity=0.4)"
152+
"view(image=data[\"image\"][0, 0, :, :, :] * 255, label_image=data[\"label\"][0, 0, :, :, :] * 255, gradient_opacity=0.4)"
153153
]
154154
},
155155
{

0 commit comments

Comments
 (0)