Unverified Commit cf4a510e authored by 8bitmp3's avatar 8bitmp3 Committed by GitHub
Browse files

Fix OpenCV installation and TF Models import in # Training with Orbit tutorial

parent 5d030278
...@@ -101,9 +101,8 @@ ...@@ -101,9 +101,8 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"# Uninstall opencv-python to avoid a conflict (in Colab) with the opencv-python-headless package that tf-models uses.\n", "!pip install -q opencv-python\n",
"!pip uninstall -y opencv-python\n", "!pip install tensorflow>=2.9.0 tf-models-official"
"!pip install -U -q \"tensorflow\u003e=2.9.0\" \"tf-models-official\""
] ]
}, },
{ {
......
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