OnnxHighLevelModel
Base class for pre-trained high-level onnx models.
Parameters
I
input type
R
output type
Functions
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
High-level description of the model. Used for model summary printing. For the model hub models it equals to the string representation of the OnnxModelType
preprocessing
Link copied to clipboard
abstract val preprocessing: <ERROR CLASS><I, <ERROR CLASS><FloatArray, <ERROR CLASS>>>
Content copied to clipboard
Inheritors
FaceAlignmentModelBase
Link copied to clipboard
FaceDetectionModelBase
Link copied to clipboard
ObjectDetectionModelBase
Link copied to clipboard
MultiPoseDetectionModelBase
Link copied to clipboard
SinglePoseDetectionModelBase
Link copied to clipboard