Object tracking tracks multiple objects detected in an input video.
Use AutoML video
Before you begin
For background on creating an AutoML model, check out the Vertex AI Beginner's guide. For instructions on how to create your AutoML model, start with "Creating a dataset" using the console or api.
Use your AutoML model
The following code sample demonstrates how to use your AutoML model for object tracking using the streaming client library.
Java
To authenticate to Video Intelligence, set up Application Default Credentials. For more information, see Set up authentication for a local development environment.
Node.js
To authenticate to Video Intelligence, set up Application Default Credentials. For more information, see Set up authentication for a local development environment.
Python
To authenticate to Video Intelligence, set up Application Default Credentials. For more information, see Set up authentication for a local development environment.