From a86c4a565824f7075f64d15a53159283e999e889 Mon Sep 17 00:00:00 2001 From: Tao Sun Date: Wed, 14 Sep 2022 13:42:13 -0700 Subject: [PATCH] Update opencv version trying to resolve the AttributeError issue. --- .../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 d9f6cc5ca7..11152bfddb 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.5.5.64") +os.system("python3 -m pip install opencv-python-headless mxnet opencv-python==4.6.0.66") import json import os