From f4a237f8c96a0100a681934f1b064448c2df112c Mon Sep 17 00:00:00 2001 From: Tao Sun Date: Wed, 14 Sep 2022 14:13:07 -0700 Subject: [PATCH] opendv-python 4.6.0.66 not working, change to 4.5.5.64 --- .../visual_object_detection/src/prepare_RecordIO.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction_to_applying_machine_learning/visual_object_detection/src/prepare_RecordIO.py b/introduction_to_applying_machine_learning/visual_object_detection/src/prepare_RecordIO.py index 11152bfddb..d9f6cc5ca7 100644 --- a/introduction_to_applying_machine_learning/visual_object_detection/src/prepare_RecordIO.py +++ b/introduction_to_applying_machine_learning/visual_object_detection/src/prepare_RecordIO.py @@ -1,6 +1,6 @@ import os -os.system("python3 -m pip install opencv-python-headless mxnet opencv-python==4.6.0.66") +os.system("python3 -m pip install opencv-python-headless mxnet opencv-python==4.5.5.64") import json import os