UNPKG
@tensorflow-models/body-pix
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.1
0.1.0
0.0.2
0.0.1
Pretrained BodyPix model in TensorFlow.js
github.com/tensorflow/tfjs-models
tensorflow/tfjs-models
@tensorflow-models/body-pix
/
dist
/
multi_person
/
decode_pose.d.ts
3 lines
(2 loc)
•
278 B
TypeScript
View Raw
1
2
3
import
{
Keypoint
,
PartWithScore
,
TensorBuffer3D
}
from
'../types'
;
export
declare
function
decodePose
(
root
:
PartWithScore
,
scores
:
TensorBuffer3D
,
offsets
:
TensorBuffer3D
,
outputStride
:
number
,
displacementsFwd
:
TensorBuffer3D
,
displacementsBwd
:
TensorBuffer3D
):
Keypoint
[];