Skip to content

Commit f715da4

Browse files
committed
Update example
1 parent 684c8ac commit f715da4

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

examples/IOUTracker-caffe-model-mobilenetSSD.ipynb

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
30-
"video_file = select_videofile('..')\n",
31-
"prototxt, weights = select_caffemodel('..')\n",
32-
"display(video_file, prototxt, weights)\n",
30+
"# video_file = select_videofile('..')\n",
31+
"# prototxt, weights = select_caffemodel('..')\n",
32+
"# display(video_file, prototxt, weights)\n",
3333
"\n",
34-
"# video_file = \"./../video_data/people.mp4\"\n",
35-
"# prototxt = \"./../pretrained_models/caffemodel_weights/MobileNetSSD_deploy.prototxt\" \n",
36-
"# weights = \"./../pretrained_models/caffemodel_weights/MobileNetSSD_deploy.caffemodel\""
34+
"video_file = \"./../video_data/people.mp4\"\n",
35+
"prototxt = \"./../pretrained_models/caffemodel_weights/MobileNetSSD_deploy.prototxt\" \n",
36+
"weights = \"./../pretrained_models/caffemodel_weights/MobileNetSSD_deploy.caffemodel\""
3737
]
3838
},
3939
{
@@ -262,13 +262,6 @@
262262
"cv.destroyWindow(\"image\")"
263263
]
264264
},
265-
{
266-
"cell_type": "code",
267-
"execution_count": null,
268-
"metadata": {},
269-
"outputs": [],
270-
"source": []
271-
},
272265
{
273266
"cell_type": "code",
274267
"execution_count": null,

0 commit comments

Comments
 (0)