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 d6c8dab commit 30f14f3Copy full SHA for 30f14f3
videointelligence/samples/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