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 176955d commit ea69f0fCopy full SHA for ea69f0f
video/cloud-client/analyze.py
@@ -41,7 +41,7 @@ def analyze_faces(path):
41
while not operation.done():
42
sys.stdout.write('.')
43
sys.stdout.flush()
44
- time.sleep(1)
+ time.sleep(20)
45
46
print('\nFinished processing.')
47
@@ -70,7 +70,7 @@ def analyze_labels(path):
70
71
72
73
74
75
76
@@ -99,7 +99,7 @@ def analyze_shots(path):
99
100
101
102
103
104
105
0 commit comments