Gaze Detection
Detect faces and estimate gaze direction (deprecated).
Last updated
Was this helpful?
Detect faces and estimate gaze direction (deprecated).
Deprecated
This block is deprecated and may be removed in a future release.
DEPRECATED. L2CS Gaze detection has been removed from inference along with the MediaPipe dependency. Invoking this block raises FeatureDeprecatedError (HTTP 410 Gone).
Use the following identifier in step "type" field: roboflow_core/gaze@v1 to add the block as a step in your workflow.
Name
Type
Description
Refs
name
str
Enter a unique identifier for this step..
❌
do_run_face_detection
bool
Whether to run face detection. Set to False if input images are pre-cropped face images..
✅
The Refs column marks possibility to parametrise the property with dynamic values available in workflow runtime. See Bindings for more info.
hard - runtime self_hosted_cpu; execution local : Requires a GPU; run_locally() loads a model that needs CUDA.
The available connections depend on its binding kinds. Check what binding kinds Gaze Detection in version v1 has.
output
face_predictions (keypoint_detection_prediction): Prediction with detected bounding boxes and detected keypoints in form of sv.Detections(...) object.
yaw_degrees (float): Float value.
pitch_degrees (float): Float value.
Last updated
Was this helpful?
Was this helpful?
{
"name": "<your_step_name_here>",
"type": "roboflow_core/gaze@v1",
"images": "$inputs.image",
"do_run_face_detection": "<block_does_not_provide_example>"
}