Class ModelParameter
- Namespace
- FaceRecognitionDotNet
- Assembly
- VisioForge.Core.FaceAI.dll
Describes the model binary datum. This class cannot be inherited.
public sealed class ModelParameterInheritance
Inherited Members
Properties
CnnFaceDetectorModel
Gets or sets the binary data of model for face detector by using CNN.
public byte[] CnnFaceDetectorModel { get; set; }Property Value
- byte[]
FaceRecognitionModel
Gets or sets the binary data of model for face encoding.
public byte[] FaceRecognitionModel { get; set; }Property Value
- byte[]
PosePredictor5FaceLandmarksModel
Gets or sets the binary data of model for 5 points face landmarks.
public byte[] PosePredictor5FaceLandmarksModel { get; set; }Property Value
- byte[]
PosePredictor68FaceLandmarksModel
Gets or sets the binary data of model for 68 points face landmarks.
public byte[] PosePredictor68FaceLandmarksModel { get; set; }Property Value
- byte[]