EfficientDetObjectDetectionModelBase
abstract class EfficientDetObjectDetectionModelBase<I>(modelType: String?) : ObjectDetectionModelBase<I>
Content copied to clipboard
Base class for object detection models based on EfficientDet architecture.
Constructors
EfficientDetObjectDetectionModelBase
Link 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
EfficientDetObjectDetectionModel
Link copied to clipboard