MCPcopy Create free account
hub / github.com/tensorflow/tfjs / constructor

Method constructor

tfjs-automl/src/object_detection.ts:68–68  ·  view source on GitHub ↗
(public graphModel: GraphModel, public dictionary: string[])

Source from the content-addressed store, hash-verified

66
67export class ObjectDetectionModel {
68 constructor(public graphModel: GraphModel, public dictionary: string[]) {}
69
70 async detect(input: ImageInput, options?: ObjectDetectionOptions):
71 Promise<PredictedObject[]> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected