Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BodyResult

Body results

Each results has:

  • id: body id number
  • score: overall detection score
  • box: bounding box: x, y, width, height normalized to input image resolution
  • boxRaw: bounding box: x, y, width, height normalized to 0..1
  • keypoints: array of keypoints
  • part: body part name
  • position: body part position with x,y,z coordinates
  • score: body part score value
  • presence: body part presence value

Hierarchy

  • BodyResult

Index

Properties

Properties

box

box: [number, number, number, number]

boxRaw

boxRaw: [number, number, number, number]

id

id: number

keypoints

keypoints: { part: string; position: [number, number, number?]; positionRaw: [number, number, number?]; presence?: number; score: number }[]

score

score: number