MultiPoseDetectionModelBase
abstract class MultiPoseDetectionModelBase<I>(modelKindDescription: String?) : OnnxHighLevelModel<I, <ERROR CLASS>>
Content copied to clipboard
Base class for pose detection models for detecting multiple poses per image.
Constructors
MultiPoseDetectionModelBase
Link copied to clipboard
Functions
detectPoses
Link copied to clipboard
Detects poses for the given image with the given confidence.
initializeWith
Link copied to clipboard
open override fun initializeWith(vararg executionProviders: ExecutionProvider)
Content copied to clipboard
Initialize the model with the specified executions providers.
Properties
internalModel
Link copied to clipboard
modelKindDescription
Link copied to clipboard
preprocessing
Link copied to clipboard
abstract val preprocessing: <ERROR CLASS><I, <ERROR CLASS><FloatArray, <ERROR CLASS>>>
Content copied to clipboard
Inheritors
MultiPoseDetectionModel
Link copied to clipboard