SSDMobileNetV1ObjectDetectionModel

fun SSDMobileNetV1ObjectDetectionModel(pathToModel: String)

Constructs the object detection model from a given path.

Parameters

pathToModel

path to model

fun SSDMobileNetV1ObjectDetectionModel(internalModel: OnnxInferenceModel, modelKindDescription: String? = null)

Parameters

internalModel

model used to make predictions