From 68a9dfa09cdee1c876264a3fb579bbfbecd33de6 Mon Sep 17 00:00:00 2001 From: florencep Date: Tue, 23 May 2017 11:35:38 -0700 Subject: [PATCH] updated the gcs files used in Usage updated the gcs files used in Usage to use public ones. Hopefully the readme will be updated --- video/cloud-client/analyze/analyze.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/video/cloud-client/analyze/analyze.py b/video/cloud-client/analyze/analyze.py index 813d6a4aa2a..4054807d699 100644 --- a/video/cloud-client/analyze/analyze.py +++ b/video/cloud-client/analyze/analyze.py @@ -19,11 +19,11 @@ Usage Examples: - python analyze.py faces gs://cloudmleap/video/next/volleyball_court.mp4 - python analyze.py labels gs://cloudmleap/video/next/fox-snatched.mp4 + python analyze.py faces gs://demomaker/google_gmail.mp4 + python analyze.py labels gs:/cloud-ml-sandbox/video/chicago.mp4 python analyze.py labels_file resources/fox-snatched.mp4 - python analyze.py shots gs://cloudmleap/video/next/gbikes_dinosaur.mp4 - python analyze.py safe_search gs://cloudmleap/video/next/animals.mp4 + python analyze.py shots gs://demomaker/gbikes_dinosaur.mp4 + python analyze.py safe_search gs://demomaker/gbikes_dinosaur.mp4 """