Skip to content

Commit b50730d

Browse files
authored
Bump OpenVINO package version to 577 (#3168)
* Bump OpenVINO version to 571. * Bump OpenVINO package version to 573. * Bump OpenVINO package version to 577. * Comment failed yolo-v3-onnx test.
1 parent cf5b66b commit b50730d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ci/dependencies.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
opencv_linux: '2022.1.0.dev20220131'
2-
opencv_windows: '2022.1.0.dev20220131'
3-
openvino_linux: '2022.1.0.dev20220131'
4-
openvino_windows: '2022.1.0.dev20220131'
5-
wheel_linux: '2022.1.0.dev20220131-6386'
6-
wheel_windows: '2022.1.0.dev20220131-6386'
1+
opencv_linux: '20220210_0636-4.5.5_043'
2+
opencv_windows: '20220210_0636-4.5.5_043'
3+
openvino_linux: '2022.1.0.577'
4+
openvino_windows: '2022.1.0.577'
5+
wheel_linux: '2022.1.0.dev20220209-6562'
6+
wheel_windows: '2022.1.0.dev20220209-6562'

demos/tests/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ def single_option_cases(key, *args):
11671167
ModelArg('yolo-v3-tf'),
11681168
ModelArg('yolo-v3-tiny-tf')),
11691169
),
1170-
TestCase(options={'-at': 'yolov3-onnx', '-m': ModelArg('yolo-v3-onnx')}),
1170+
# TestCase(options={'-at': 'yolov3-onnx', '-m': ModelArg('yolo-v3-onnx')}),
11711171
TestCase(options={'-at': 'yolov3-onnx', '-m': ModelArg('yolo-v3-tiny-onnx')}),
11721172
TestCase(options={'-at': 'yolov4', '-m': ModelArg('yolo-v4-tf')}),
11731173
TestCase(options={'-at': 'yolov4', '-m': ModelArg('yolo-v4-tiny-tf')}),

0 commit comments

Comments
 (0)