human/types/posenet/decodeParts.d.ts

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;