Package org.jetbrains.kotlinx.dl.onnx.inference.objectdetection
Types
Special model class for detection objects on images with built-in preprocessing and post-processing.
Base class for object detection models based on EfficientDet architecture.
Base class for object detection models.
Special model class for detection objects on images with built-in preprocessing and post-processing. Suitable for models with SSD like output decoding.
Base class for object detection model based on SSD architecture.
This class aggregates the metadata of the SSD-like model used for decoding the output. The class is exists mostly for reducing code duplication.
Special model class for detection objects on images with built-in preprocessing and post-processing.
Special model class for detection objects on images with built-in preprocessing and post-processing.
Functions
Returns the detected object for the given image sorted by the score. Internal preprocessing is updated to rotate image to match target orientation. After prediction, internal preprocessing is restored to the original state.