mirror of https://github.com/vladmandic/human
4 lines
258 B
TypeScript
4 lines
258 B
TypeScript
![]() |
export declare function getPointsConfidence(heatmapScores: any, heatMapCoords: any): number[];
|
||
![]() |
export declare function getOffsetPoints(heatMapCoordsBuffer: any, outputStride: any, offsetsBuffer: any): any;
|
||
|
export declare function argmax2d(inputs: any): any;
|