Skip to content

Commit 3d4745f

Browse files
committed
Managing outputs
1 parent 586f756 commit 3d4745f

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,26 @@
193193
},
194194
{
195195
"cell_type": "code",
196-
"execution_count": null,
196+
"execution_count": 5,
197197
"id": "ae27d9b7-95ae-4b1c-acb7-c911ec7f698c",
198198
"metadata": {},
199-
"outputs": [],
199+
"outputs": [
200+
{
201+
"data": {
202+
"application/vnd.jupyter.widget-view+json": {
203+
"model_id": "b50238b25fe3437aa03caa0007a717b2",
204+
"version_major": 2,
205+
"version_minor": 0
206+
},
207+
"text/plain": [
208+
"Dropdown(description='Device:', index=2, options=('CPU', 'GPU', 'AUTO'), value='AUTO')"
209+
]
210+
},
211+
"execution_count": 5,
212+
"metadata": {},
213+
"output_type": "execute_result"
214+
}
215+
],
200216
"source": [
201217
"core = ov.Core()\n",
202218
"\n",
@@ -254,10 +270,21 @@
254270
},
255271
{
256272
"cell_type": "code",
257-
"execution_count": null,
273+
"execution_count": 7,
258274
"id": "e1b25847-fc80-41a1-930b-7c304fd1fe70",
259275
"metadata": {},
260-
"outputs": [],
276+
"outputs": [
277+
{
278+
"data": {
279+
"text/plain": [
280+
"('data', ['features', 'heatmaps', 'pafs'])"
281+
]
282+
},
283+
"execution_count": 7,
284+
"metadata": {},
285+
"output_type": "execute_result"
286+
}
287+
],
261288
"source": [
262289
"input_layer.any_name, [o.any_name for o in output_layers]"
263290
]

0 commit comments

Comments
 (0)