UNPKG

@tensorflow-models/coco-ssd

Version:

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

9 lines (8 loc) 185 B
export interface ObjectDetectionClass { name: string; id: number; displayName: string; } export declare const CLASSES: { [key: string]: ObjectDetectionClass; };