
SCRFD face detector over an Image that emits [BoundingBox] or [(BoundingBox, [Landmark])] — one box plus optional five-point facial keypoints per face — with the arm chosen by the downstream connection. Use to find and align faces.
Face crops for downstream recognition: each detected box drives a crop so only the face region is forwarded.
Live face overlay: boxes and keypoints are drawn back onto a video feed for monitoring.
model must point at a directory holding exactly one ONNX file; zero or several abort startup.det_size is fixed at startup and not effectively mutable at runtime; an ill-matched size silently degrades detection quality.threshold; results follow the detector's natural order, not sorted by confidence or position.Landmark confidence is copied from its parent box score — the detector does not estimate per-keypoint confidence — and threshold is captured at startup, so changing it requires a restart.Automated release