@@ -8,7 +8,7 @@ This directory contains samples for Google Cloud Video Intelligence API. `Google
8
8
9
9
10
10
11
- .. _Google Cloud Video Intelligence API : https://cloud.google.com/video-intelligence/docs
11
+ .. _Google Cloud Video Intelligence API : https://cloud.google.com/video-intelligence/docs
12
12
13
13
Setup
14
14
-------------------------------------------------------------------------------
@@ -82,26 +82,26 @@ To run this sample:
82
82
$ python analyze.py
83
83
84
84
usage: analyze.py [-h] {faces,labels,labels_file,safe_search,shots} ...
85
-
85
+
86
86
This application demonstrates face detection, label detection, safe search,
87
87
and shot change detection using the Google Cloud API.
88
-
88
+
89
89
Usage Examples:
90
-
91
- python analyze.py faces gs://demomaker /volleyball_court.mp4
92
- python analyze.py labels gs://demomaker/cat .mp4
93
- python analyze.py labels_file resources/cat .mp4
94
- python analyze.py shots gs://demomaker /gbikes_dinosaur.mp4
95
- python analyze.py safe_search gs://demomaker/cat .mp4
96
-
90
+
91
+ python analyze.py faces gs://cloudmleap/video/next /volleyball_court.mp4
92
+ python analyze.py labels gs://cloudmleap/video/next/fox-snatched .mp4
93
+ python analyze.py labels_file resources/fox-snatched .mp4
94
+ python analyze.py shots gs://cloudmleap/video/next /gbikes_dinosaur.mp4
95
+ python analyze.py safe_search gs://cloudmleap/video/next/animals .mp4
96
+
97
97
positional arguments:
98
98
{faces,labels,labels_file,safe_search,shots}
99
99
faces Detects faces given a GCS path.
100
100
labels Detects labels given a GCS path.
101
101
labels_file Detects labels given a file path.
102
102
safe_search Detects safe search features the GCS path to a video.
103
103
shots Detects camera shot changes.
104
-
104
+
105
105
optional arguments:
106
106
-h, --help show this help message and exit
107
107
@@ -123,4 +123,4 @@ to `browse the source`_ and `report issues`_.
123
123
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
124
124
125
125
126
- .. _Google Cloud SDK : https://cloud.google.com/sdk/
126
+ .. _Google Cloud SDK : https://cloud.google.com/sdk/
0 commit comments