ONNXModels
object ONNXModels
Content copied to clipboard
Models in the ONNX format and running via ONNX Runtime.
Types
CV
Link copied to clipboard
sealed class CV<T : InferenceModel> : ModelType<T, ImageRecognitionModel>
Content copied to clipboard
Image recognition models and preprocessing.
FaceAlignment
Link copied to clipboard
sealed class FaceAlignment<T : InferenceModel, U : InferenceModel> : ModelType<T, U>
Content copied to clipboard
Face alignment models and preprocessing.
ObjectDetection
Link copied to clipboard
sealed class ObjectDetection<T : InferenceModel, U : InferenceModel> : ModelType<T, U>
Content copied to clipboard
Object detection models and preprocessing.