YoloConfig

constructor(numClasses: Int = 80, inputSize: Int = 640, confThreshold: Float = 0.25f, iouThreshold: Float = 0.45f, maxDetections: Int = 300, classNames: List<String> = emptyList(), regMax: Int = 16, baseChannels: Int = 32, depthMultiple: Float = 1.0f)(source)