SSDLikeModelBase
abstract class SSDLikeModelBase<I>(metadata: SSDLikeModelMetadata, modelType: String?) : ObjectDetectionModelBase<I>
Content copied to clipboard
Base class for object detection model based on SSD architecture.
Parameters
metadata
SSD-like model metadata. Used for decoding the output.
Constructors
SSDLikeModelBase
Link copied to clipboard
fun SSDLikeModelBase(metadata: SSDLikeModelMetadata, modelType: String? = null)
Content copied to clipboard
Functions
detectObjects
Link copied to clipboard
Returns the detected object for the given image sorted by the score.
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
SSDLikeModel
Link copied to clipboard
SSDMobileNetV1ObjectDetectionModel
Link copied to clipboard
SSDObjectDetectionModel
Link copied to clipboard