Use Gaze Detection
Run a gaze detection model on frames in a video.
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.
Learn more about post-processing gaze detection results.
Use Gaze Detection with the Video Inference API
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 keyPROJECT_NAME
: with your Roboflow project ID.MODEL_ID
: with your Roboflow model ID.
Last updated