Some key steps to experiment in coming weeks. This low-code vision platform has been in my to-do list. Bookmarking some references
Open the Streams tab of the Vertex AI Vision dashboard.
- Go to the Streams tab
- Click addRegister.
- Enter the stream name and select a region. You can click Add Row to register multiple streams at the same time.
- Click the Register button to create one or more streams.
export SOURCE=gs://cloud-samples-data/vertex-ai-vision/street_vehicles_people.mp4
gsutil cp $SOURCE .
export PROJECT_ID=<Your Google Cloud project ID>
export LOCATION_ID=us-central1
export LOCAL_FILE=street_vehicles_people.mp4
nohup vaictl -p $PROJECT_ID \
-l $LOCATION_ID \
-c application-cluster-0 \
--service-endpoint visionai.googleapis.com \
send video-file to streams 'traffic-stream' --file-path $LOCAL_FILE --loop &
No comments:
Post a Comment