Use Gaze Detection
Run a gaze detection model on frames in a video.
Last updated
Was this helpful?
Run a gaze detection model on frames in a video.
Last updated
Was this helpful?
You can apply gaze detection to frames in a video. The Roboflow Video Inference API will return the data you need to calculate the direction in which someone is looking and the point at which someone is looking.
.
First, install the Roboflow Python package:
Next, create a new Python file and add the following code:
Above, replace:
API_KEY
: with your Roboflow API key
PROJECT_NAME
: with your Roboflow project ID.
MODEL_ID
: with your Roboflow model ID.
.
.