dataflow-video-analytics
dataflow-video-analytics copied to clipboard
Video Clip Analytics By Using Dataflow and Video AI For Object Tracking
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
I am getting an error in GCP when I try to run, `gradle build` It states that "Deprecated Gradle features were used in this build, making it incompatible with Gradle...
When I run ` gradle spotlessApply -DmainClass=com.google.solutions.df.video.analytics.VideoAnalyticsPipeline `, it gives me an error: FAILURE: Build failed with an exception. * Where: Build file '/home/student_00_2f9371f11e09/dataflow-video-analytics/build.gradle' line: 75 * What went wrong:...
The GCP Cloud Console currently uses Gradle 7.4 by default and the build fails.
Hi all! I get an error when trying to run this piece of code in Cloud Shell: ``` gcloud beta dataflow flex-template run "video-object-tracking" \ --project=${PROJECT} \ --region=${REGION} \ --template-file-gcs-location=gs://${DATAFLOW_TEMPLATE_BUCKET}/dynamic_template_video_analytics.json...
https://sipb.mit.edu/doc/safe-shell/ `set -e`: exit the whole script if a line fails instead of proceeding to the next line `set -u`: variables that aren't set but are used fail the script...