Skip to content

Commit 21252bf

Browse files
committed
docs: add pip installs to the notebook
1 parent 12cba02 commit 21252bf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/user_guide/panoptic_segmentation.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@
2020
"- Visualize results."
2121
]
2222
},
23+
{
24+
"cell_type": "code",
25+
"execution_count": null,
26+
"id": "2cdfdf2d",
27+
"metadata": {},
28+
"outputs": [],
29+
"source": [
30+
"# !pip install albumentations\n",
31+
"# !pip install cucim-cu12"
32+
]
33+
},
2334
{
2435
"cell_type": "code",
2536
"execution_count": 3,

0 commit comments

Comments
 (0)