
Estimates yaw from a Landmarks2d.Human22 pose using shoulder spread and spine height and emits Bool true when the subject is frontal enough. A BoundingBox anchors the subject. Use to gate face or identity work on frontal poses.
Detect human landmarks then gate face or identity work on frontal subjects.
Gate frontal subjects before feeding a multi-object tracker so back-facing detections are dropped.
Landmarks2d.Human22 schema using shoulder, spine, and thorax keypoints; a different landmark schema type-checks but produces a meaningless yaw value.yaw_threshold is direction-agnostic; equal left and right rotations are treated identically and a subject above the threshold is rejected as facing away.BoundingBox input is consumed as the subject anchor but does not affect the predicate, which is derived only from the pose; one subject is handled per call, so split multi-person detections upstream.Automated release