File tree 2 files changed +12
-2
lines changed
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.
36
36
Detect Faces
37
37
```
38
38
java -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
40
40
```
41
41
42
42
Detect Labels
@@ -57,5 +57,5 @@ java -cp target/video-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
57
57
Detect Shots
58
58
```
59
59
java -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
61
61
```
Original file line number Diff line number Diff line change 62
62
</exclusion >
63
63
</exclusions >
64
64
</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 >
65
75
<dependency >
66
76
<groupId >io.netty</groupId >
67
77
<artifactId >netty-tcnative-boringssl-static</artifactId >
You can’t perform that action at this time.
0 commit comments