ObjectDetection
sealed class ObjectDetection<T : InferenceModel, U : InferenceModel> : ModelType<T, U>
Content copied to clipboard
Object detection models and preprocessing.
Types
SSD
Link copied to clipboard
object SSD : ONNXModels.ObjectDetection<OnnxInferenceModel, SSDObjectDetectionModel>
Content copied to clipboard
This model is a real-time neural network for object detection that detects 80 different classes.
YOLOv4
Link copied to clipboard
object YOLOv4 : ONNXModels.ObjectDetection<OnnxInferenceModel, OnnxInferenceModel>
Content copied to clipboard
Functions
preprocessInput
Link copied to clipboard
abstract fun preprocessInput(data: FloatArray, tensorShape: LongArray): FloatArray
Content copied to clipboard
pretrainedModel
Link copied to clipboard
Properties
modelRelativePath
Link copied to clipboard
Inheritors
ONNXModels.ObjectDetection
Link copied to clipboard
ONNXModels.ObjectDetection
Link copied to clipboard