mirror of https://github.com/vladmandic/human
13 lines
410 B
TypeScript
13 lines
410 B
TypeScript
![]() |
export declare function decodePose(root: any, scores: any, offsets: any, outputStride: any, displacementsFwd: any, displacementsBwd: any): any[];
|
||
|
export declare function decodeSinglePose(heatmapScores: any, offsets: any, config: any): Promise<{
|
||
|
keypoints: {
|
||
|
position: {
|
||
|
y: any;
|
||
|
x: any;
|
||
|
};
|
||
|
part: string;
|
||
|
score: number;
|
||
|
}[];
|
||
|
score: number;
|
||
|
}>;
|