ONNXModels

object ONNXModels

Models in the ONNX format and running via ONNX Runtime.

Types

CV
Link copied to clipboard
sealed class CV<T : InferenceModel> : ModelType<T, ImageRecognitionModel>

Image recognition models and preprocessing.

FaceAlignment
Link copied to clipboard
sealed class FaceAlignment<T : InferenceModel, U : InferenceModel> : ModelType<T, U>

Face alignment models and preprocessing.

ObjectDetection
Link copied to clipboard
sealed class ObjectDetection<T : InferenceModel, U : InferenceModel> : ModelType<T, U>

Object detection models and preprocessing.

PoseDetection
Link copied to clipboard
sealed class PoseDetection<T : InferenceModel, U : InferenceModel> : ModelType<T, U>

Pose detection models.