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, 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 action recognition using the streaming client library.
Python