2021-04-24 17:49:26 +02:00
|
|
|
import * as utils from './utils';
|
|
|
|
export declare function buildPartWithScoreQueue(scoreThreshold: any, localMaximumRadius: any, scores: any): utils.MaxHeap;
|
2021-03-17 23:57:00 +01:00
|
|
|
export declare function decodeMultiplePoses(scoresBuffer: any, offsetsBuffer: any, displacementsFwdBuffer: any, displacementsBwdBuffer: any, nmsRadius: any, maxDetections: any, scoreThreshold: any): {
|
|
|
|
keypoints: any;
|
2021-04-24 17:49:26 +02:00
|
|
|
box: any;
|
2021-03-17 23:57:00 +01:00
|
|
|
score: number;
|
|
|
|
}[];
|