Skip to content

Commit

Permalink
Add opencv dependency to detectron notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan committed May 31, 2024
1 parent e1d3d7f commit 654eb32
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install -q wheel\n",
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu torch torchvision\n",
"%pip install -q \"torch\" \"torchvision\" \"opencv-python\" \"wheel\" --extra-index-url https://download.pytorch.org/whl/cpu \n",
"%pip install -q \"git+https://github.com/facebookresearch/detectron2.git\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q \"openvino>=2023.1.0\""
]
Expand Down

0 comments on commit 654eb32

Please sign in to comment.