Skip to content

Commit 4dd705b

Browse files
authored
Merge pull request #3578 from Wovchena/merge-releases/2022/SCv1.1-into-master
Merge releases/2022/SCv1.1 into master
2 parents 5b68283 + 780c30e commit 4dd705b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demos/smartlab_demo/python/object_detection/subdetectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def __init__(self, exp: MwGlobalExp, all_classes: list):
118118
self.children_cats = exp.children_cats
119119

120120
def inference_in(self, img, roi_xyxy):
121-
### cook raw image => sub-img within ROI of parent object
121+
### cook raw image => sub-img within ROI of parent object
122122
roi_xyxy = roi_xyxy.astype(int)
123123
img_resize, img_pad_size, pad_left, pad_top = \
124124
crop_pad_resize(img, roi_xyxy, self.dsize)

models/intel/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
omz_models_model_yolo_v2_tiny_ava_sparse_30_0001
136136
omz_models_model_yolo_v2_tiny_ava_sparse_60_0001
137137
omz_models_model_yolo_v2_tiny_vehicle_detection_0001
138-
138+
139139
140140
.. raw:: html
141141

tools/accuracy_checker/openvino/tools/accuracy_checker/config/config_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ def provide_model_type(launcher, arguments):
938938
def provide_models(launchers, arguments):
939939
input_precisions = arguments.input_precision if 'input_precision' in arguments else None
940940
input_layout = arguments.layout if 'layout' in arguments else None
941-
941+
942942
provide_precision_and_layout(launchers, input_precisions, input_layout)
943943
if 'models' not in arguments or not arguments.models:
944944
return launchers

0 commit comments

Comments
 (0)