@vladmandic/human
Version:
Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition
20 lines (16 loc) • 424 B
text/typescript
/** TFJS common types exports */
/**
* TensorFlow Tensor type
* @external
*/
export type { Tensor, TensorLike, Rank } from '@tensorflow/tfjs-core/dist/index';
/**
* TensorFlow GraphModel type
* @external
*/
export type { GraphModel } from '@tensorflow/tfjs-converter/dist/index';
/** Tensorflow Long type
* @external long
*/
// eslint-disable-next-line node/no-missing-import
// export type { Long } from 'long';