server-json/node_modules/face-api.js/build/commonjs/ssdMobilenetv1/outputLayer.d.ts
2024-11-01 08:00:42 +00:00

6 lines
298 B
TypeScript

import * as tf from '@tensorflow/tfjs-core';
import { OutputLayerParams } from './types';
export declare function outputLayer(boxPredictions: tf.Tensor4D, classPredictions: tf.Tensor4D, params: OutputLayerParams): {
boxes: tf.Tensor<tf.Rank.R2>[];
scores: tf.Tensor<tf.Rank.R1>[];
};