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

Types

DetectedObject
Link copied to clipboard
data class DetectedObject(classLabel: String, probability: Float, xMax: Float, xMin: Float, yMax: Float, yMin: Float)

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