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 b6c7a5b commit 9c214dbCopy full SHA for 9c214db
video/cloud-client/analyze/beta_snippets_test.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python
2
3
-# Copyright 2017 Google, Inc
+# Copyright 2019 Google, Inc
4
#
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
@@ -160,3 +160,13 @@ def test_track_objects_gcs():
160
assert text_exists
161
assert object_annotations[0].frames[0].normalized_bounding_box.left >= 0.0
162
assert object_annotations[0].frames[0].normalized_bounding_box.left <= 1.0
163
+
164
165
+@pytest.mark.slow
166
+def test_video_classification_streaming_automl():
167
+ assert True
168
169
170
171
+def test_object_tracking_streaming_automl():
172
0 commit comments