FaceAlignment
sealed class FaceAlignment<T : InferenceModel, U : InferenceModel> : ModelType<T, U>
Content copied to clipboard
Face alignment models and preprocessing.
Types
Fan2d106
Link copied to clipboard
object Fan2d106 : ONNXModels.FaceAlignment<OnnxInferenceModel, Fan2D106FaceAlignmentModel>
Content copied to clipboard
Functions
preprocessInput
Link copied to clipboard
abstract fun preprocessInput(data: FloatArray, tensorShape: LongArray): FloatArray
Content copied to clipboard
pretrainedModel
Link copied to clipboard
Properties
modelRelativePath
Link copied to clipboard
Inheritors
ONNXModels.FaceAlignment
Link copied to clipboard