UNPKG

@tensorflow-models/coco-ssd

Version:

Object detection model (coco-ssd) in TensorFlow.js

13 lines (12 loc) 362 B
export * from '@tensorflow/tfjs-core'; export * from '@tensorflow/tfjs-layers'; export * from '@tensorflow/tfjs-converter'; import * as data from '@tensorflow/tfjs-data'; export { data }; export declare const version: { 'tfjs-core': string; 'tfjs-data': string; 'tfjs-layers': string; 'tfjs-converter': string; 'tfjs': string; };