human/types/posenet/decodeParts.d.ts

4 lines
258 B
TypeScript
Raw Normal View History

2021-04-24 17:49:26 +02:00
export declare function getPointsConfidence(heatmapScores: any, heatMapCoords: any): number[];
2021-03-17 23:57:00 +01:00
export declare function getOffsetPoints(heatMapCoordsBuffer: any, outputStride: any, offsetsBuffer: any): any;
export declare function argmax2d(inputs: any): any;