Fix omz call in get testdata script [stress] (#8790)

* add performance hint to time infer

* Fix python executable for omz
This commit is contained in:
Victor Kuznetsov
2021-11-24 15:05:39 +03:00
committed by GitHub
parent 22233414f9
commit 67dd586eef

View File

@@ -165,7 +165,7 @@ def main():
precision = model_rec.attrib["precision"]
info_dumper_path = omz_path / "tools" / "model_tools" / "info_dumper.py"
cmd = '"{executable}" "{info_dumper_path}" --name {model_name}'.format(executable=sys.executable,
cmd = '"{executable}" "{info_dumper_path}" --name {model_name}'.format(executable=python_executable,
info_dumper_path=info_dumper_path,
model_name=model_name)
try: