@vladmandic/human
Version:
Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition
19 lines (18 loc) • 440 B
text/typescript
export const defaultLabels = {
face: `face
confidence: [score]%
[gender] [genderScore]%
age: [age] years
distance: [distance]cm
real: [real]%
live: [live]%
[emotions]
roll: [roll]° yaw:[yaw]° pitch:[pitch]°
gaze: [gaze]°`,
body: 'body [score]%',
bodyPart: '[label] [score]%',
object: '[label] [score]%',
hand: '[label] [score]%',
finger: '[label]',
gesture: '[where] [who]: [what]',
};