ScoreSystem_withKeyPoint
getScoreWithKeypoint
接口描述
服务器能正常提供骨架时的姿态评分算法
请求参数
参数名
类型
描述
必填
exerciseType
str
当前运动类型
必填
keypoint
obj
人体骨架点对象
必填
muscleSensor
list(float)
肌肉传感器值数组
必填
accelerationSensor
list(float)
加速度传感器值数组
必填
gyroscopeSensor
list(float)
陀螺仪值数组
必填
响应参数
参数名
类型
描述
必填
score
float
姿态评分
必填
status
int
运行结果。 0:成功, 1:失败
必填