Action recognition identifies different actions from video clips, such as walking or dancing. Each of the actions may or may not be performed throughout the entire duration of the video.
Using an AutoML model
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, see Video data in "Develop and use ML models" in the Vertex AI documentation.
Use your AutoML model
The following code sample demonstrates how to use your AutoML model for action recognition using the streaming client library.
Python
To authenticate to Video Intelligence, set up Application Default Credentials. For more information, see Set up authentication for a local development environment.