8000
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 ffa8f9d commit 3479b13Copy full SHA for 3479b13
video/cloud-client/analyze/analyze.py
@@ -75,7 +75,7 @@ def analyze_labels(path):
75
path, features=features, video_context=context)
76
print('\nProcessing video for label annotations:')
77
78
- result = operation.result(timeout=90)
+ result = operation.result(timeout=180)
79
print('\nFinished processing.')
80
81
# Process video/segment level label annotations
0 commit comments