Commit 5922e7cf authored by Yasiru-Deshan's avatar Yasiru-Deshan

set up workspace

parent 30528554
...@@ -16,8 +16,12 @@ ...@@ -16,8 +16,12 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"Requirement already satisfied: opencv-python in d:\\youtube\\od\\tfodcourse\\tfod\\lib\\site-packages (4.5.1.48)\n", "Collecting opencv-python\n",
"Requirement already satisfied: numpy>=1.14.5 in d:\\youtube\\od\\tfodcourse\\tfod\\lib\\site-packages (from opencv-python) (1.20.2)\n" " Using cached opencv_python-4.7.0.68-cp37-abi3-win_amd64.whl (38.2 MB)\n",
"Collecting numpy>=1.17.0\n",
" Using cached numpy-1.24.1-cp310-cp310-win_amd64.whl (14.8 MB)\n",
"Installing collected packages: numpy, opencv-python\n",
"Successfully installed numpy-1.24.1 opencv-python-4.7.0.68\n"
] ]
} }
], ],
...@@ -290,7 +294,7 @@ ...@@ -290,7 +294,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.7.3" "version": "3.10.0"
} }
}, },
"nbformat": 4, "nbformat": 4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment