Package org.jetbrains.kotlinx.dl.api.inference.objectdetection

Types

DetectedObject
Link copied to clipboard
data class DetectedObject(xMin: Float, xMax: Float, yMin: Float, yMax: Float, probability: Float, label: String?) : FlatShape<DetectedObject>

This data class represents the detected object on the given image.