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

Types

EfficientDetObjectDetectionModel
Link copied to clipboard
class EfficientDetObjectDetectionModel : OnnxInferenceModel

Special model class for detection objects on images with built-in preprocessing and post-processing.

SSDMobileNetV1ObjectDetectionModel
Link copied to clipboard
class SSDMobileNetV1ObjectDetectionModel : OnnxInferenceModel

Special model class for detection objects on images with built-in preprocessing and post-processing.

SSDObjectDetectionModel
Link copied to clipboard
class SSDObjectDetectionModel : OnnxInferenceModel

Special model class for detection objects on images with built-in preprocessing and post-processing.