Skip to content

Commit ce06b04

Browse files
authored
Merge pull request #3503 from Wovchena/merge-releases/2022/1-into-master
Merge releases/2022/1 into master
2 parents 18b1cbb + 3ddd2f5 commit ce06b04

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

demos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ build_demos_msvc.bat VS2019
253253
```
254254
255255
By default, the demo applications binaries are build into the `C:\Users\<username>\Documents\Intel\OpenVINO\omz_demos_build\intel64\Release` directory.
256-
The default build folder can be changed with `-b` option. For example, following command will buid Open Model Zoo demos into `c:\temp\omz-demos-build` folder:
256+
The default build folder can be changed with `-b` option. For example, following command will build Open Model Zoo demos into `c:\temp\omz-demos-build` folder:
257257
258258
```bat
259259
build_demos_msvc.bat -b c:\temp\omz-demos-build

tools/accuracy_checker/openvino/tools/accuracy_checker/launcher/openvino_launcher.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,8 +966,7 @@ def get_infer_queue(self, log=True):
966966
debug('Prepared async infer queue with {} requests'.format(len(queue)))
967967
return queue
968968

969-
def prepare_data_for_request(self,
970-
inputs, batch_meta, batch_id, batch_input_ids,
969+
def prepare_data_for_request(self, inputs, batch_meta, batch_id, batch_input_ids,
971970
batch_annotation, batch_identifiers):
972971
infer_inputs = inputs[0]
973972
feed_dict = {self.input_to_tensor_name[name]: data for name, data in infer_inputs.items()}

0 commit comments

Comments
 (0)