Skip to content

Commit

Permalink
update install command in person counting (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Jun 5, 2024
1 parent 99ba4a1 commit cfefac4
Showing 1 changed file with 3 additions and 43 deletions.
46 changes: 3 additions & 43 deletions notebooks/person-counting-webcam/person-counting.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "75257e56-c228-4d99-808f-2d6cf7576087",
"metadata": {},
Expand All @@ -10,7 +9,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "719e91cb-62ae-4049-b976-a89c7ebc0a59",
"metadata": {},
Expand All @@ -32,7 +30,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "86727720-ccae-471b-a8b3-b1b6e41f9e94",
"metadata": {},
Expand All @@ -56,11 +53,11 @@
}
],
"source": [
"%pip install -q \"openvino>=2024.0.0\" \"ultralytics==8.2.24\" \"torch>=2.1\" \"opencv-python\" --extra-index-url https://download.pytorch.org/whl/cpu"
"%pip install -q \"ultralytics==8.2.24\" \"torch>=2.1\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q \"openvino>=2024.0.0\" \"opencv-python\" \"lap>=0.4\" \"shapely\""
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "85b9a300-05e9-4dfb-bfb1-ceba64ef5acc",
"metadata": {},
Expand All @@ -70,7 +67,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "67d375ac",
"metadata": {},
Expand Down Expand Up @@ -118,7 +114,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "a40c8848",
"metadata": {},
Expand Down Expand Up @@ -250,7 +245,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "e542d587-7da3-4477-bfad-f9858fd752ae",
"metadata": {},
Expand All @@ -275,7 +269,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "c1fe0dbe-fdcb-468f-804f-d214a6f2257b",
"metadata": {},
Expand All @@ -284,7 +277,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "7f673ce4-a237-4ef5-adb8-f51c0fe5b3a9",
"metadata": {},
Expand Down Expand Up @@ -393,39 +385,7 @@
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {
"0713260b515548d38de0b9a1edfdd884": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "2.0.0",
"model_name": "DescriptionStyleModel",
"state": {
"description_width": ""
}
},
"66943f4296144f118b18ff8c34495278": {
"model_module": "@jupyter-widgets/base",
"model_module_version": "2.0.0",
"model_name": "LayoutModel",
"state": {}
},
"e67e1b6e40ea4431a2d8af10fdfd03a1": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "2.0.0",
"model_name": "DropdownModel",
"state": {
"_options_labels": [
"CPU",
"GPU.0",
"GPU.1",
"AUTO"
],
"description": "Device:",
"index": 3,
"layout": "IPY_MODEL_66943f4296144f118b18ff8c34495278",
"style": "IPY_MODEL_0713260b515548d38de0b9a1edfdd884"
}
}
},
"state": {},
"version_major": 2,
"version_minor": 0
}
Expand Down

0 comments on commit cfefac4

Please sign in to comment.