We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bf3e8 commit 5107ce2Copy full SHA for 5107ce2
demos/common/python/helpers.py
@@ -21,9 +21,9 @@ def resolution(value):
21
try:
22
result = [int(v) for v in value.split('x')]
23
if len(result) != 2:
24
- raise RuntimeError('Сorrect format of --output_resolution parameter is "width"x"height".')
+ raise RuntimeError('Correct format of --output_resolution parameter is "width"x"height".')
25
except ValueError:
26
27
return result
28
29
def log_latency_per_stage(*pipeline_metrics):
0 commit comments