
Detects every person in a single Image and emits their keypoints in one RTMPose pass — no separate detector or top-down crop stage — packaged per person as [[Landmark]].
End-to-end body pose from video, filtered to a bounding box of interest before a part locator crops a named region per person.
Whole-image pose from an HTTP frame source, drawn back onto the frame for a live overlay.
Image short-circuits to an empty result without invoking the network, and when no person is detected the output is an empty list; the outer cardinality is one entry per detected person and varies per frame.mode trades speed for accuracy across lightweight, balanced, and performance presets, while backend selects the inference runtime; both are read once at startup and are not mutable at runtime.device is read once at startup and is not mutable; a CPU/GPU switch requires a redeploy.device starting with `cuda` silently falls back to CPU when CUDA is unavailable at startup.Automated release