human/types/posenet/decoders.d.ts

5 lines
355 B
TypeScript
Raw Normal View History

2021-02-08 18:47:38 +01:00
export declare function getPointsConfidence(heatmapScores: any, heatMapCoords: any): Float32Array;
export declare function getOffsetVectors(heatMapCoordsBuffer: any, offsetsBuffer: any): any;
export declare function getOffsetPoints(heatMapCoordsBuffer: any, outputStride: any, offsetsBuffer: any): any;
export declare function argmax2d(inputs: any): any;