MultiPoseDetectionModel

fun MultiPoseDetectionModel(pathToModel: String)

Constructs the pose detection model from a given path.

Parameters

pathToModel

path to model

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

Parameters

internalModel

model used to make predictions