makepad/libs/ai/models/body
Admin a648cf8808 ai-hub: body session options — hands, detect, persons=N
The sam3dbody backend reads its options from the request's prompt string
(`hands`, `detect`, `persons=N`): `hands` runs the full mode and the
packet carries which hands were fused and their boxes; `detect` finds up
to N persons with SAM 3.1 (an optional native-segment role on the body
entry, the same artifact the segment entry pins) and runs one body pass
per person with its box and mask, so the packet's people array grows.
The body crate shares one body pass between the packet, mask and hands
entry points, and infer_full takes the mask prompt too.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-02 01:36:25 +02:00
..
src ai-hub: body session options — hands, detect, persons=N 2026-09-02 01:36:25 +02:00
Cargo.toml ai-body: an FP8 backbone mode, off by default, measured against the oracle 2026-09-01 23:54:43 +02:00
THIRD_PARTY_NOTICES.md ai-body: the hands pass — hand crops, the hand decoder, the hand-mode rig and the wrist fusion 2026-09-02 01:26:21 +02:00