File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ After you have authorized, you can analyze videos.
3636Detect Faces
3737```
3838java -cp target/video-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
39- com.example.video.Detect faces gs://demomaker /volleyball_court.mp4
39+ com.example.video.Detect faces gs://cloudmleap/video/next /volleyball_court.mp4
4040```
4141
4242Detect Labels
@@ -57,5 +57,5 @@ java -cp target/video-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
5757Detect Shots
5858```
5959java -cp target/video-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
60- com.example.video.Detect shots gs://demomaker /gbikes_dinosaur.mp4
60+ com.example.video.Detect shots gs://cloudmleap/video/next /gbikes_dinosaur.mp4
6161```
Original file line number Diff line number Diff line change 6262 </exclusion >
6363 </exclusions >
6464 </dependency >
65+ <dependency >
66+ <groupId >com.google.auth</groupId >
67+ <artifactId >google-auth-library-oauth2-http</artifactId >
68+ <version >0.6.1</version >
69+ </dependency >
70+ <dependency >
71+ <groupId >com.google.auth</groupId >
72+ <artifactId >google-auth-library-credentials</artifactId >
73+ <version >0.6.1</version >
74+ </dependency >
6575 <dependency >
6676 <groupId >io.netty</groupId >
6777 <artifactId >netty-tcnative-boringssl-static</artifactId >
You can’t perform that action at this time.
0 commit comments