loadModel abstract method

  1. @TaskQueue(type: TaskQueueType.serialBackgroundThread)
int loadModel(
  1. String modelPath,
  2. int? numberOfClasses,
  3. int? imageWidth,
  4. int? imageHeight,
)

Implementation

@TaskQueue(type: TaskQueueType.serialBackgroundThread)
int loadModel(String modelPath, int? numberOfClasses, int? imageWidth,
    int? imageHeight);