Object Detector Settings
data class ObjectDetectorSettings(val maxObjectDetections: Int = Companion.maxObjectDetections, val sensitivityThreshold: Float = 0.5f, val model: Model = Model.EFFICIENTDETV0, val processor: Delegate = Delegate.GPU, val mediaTypeToAnalyze: RunningMode = RunningMode.LIVE_STREAM)
A class that encapsulates the different settings that can be to detect objects using MediaPipe
Parameters
sensitivity Threshold
the minimum amount of certainty (percentage) of the image detector in order to classify it as an object as X. Detections bellow this amount won't be displayed