Releases: takuya-takeuchi/FaceRecognitionDotNet
Releases · takuya-takeuchi/FaceRecognitionDotNet
1.3.0.7
1.3.0.6
1.3.0.5
1.3.0.4
1.3.0.3
1.3.0.2
1.3.0.1
New Feature
- Add Head pose estimation
- Add Eye Blink Detector
- Add FaceRecognition.LoadImage(Bitmap bitmap)
- Add FaceRecognition.LoadImage(IntPtr, int, int, int, Mode)
Breaking
- Abolish FaceRecognition.LoadImage(byte[], int, int, int)
- Please use LoadImage(byte[], int, int, int, Mode) instead of this
- Replace accessibility of AgeEstimator.RawPredict and AgeEstimator.RawPredictProbability with protected
- Replace accessibility of GenderEstimator.RawPredict and GenderEstimator.RawPredictProbability with protected
1.3.0.0
feat
- Add FaceRecognition.CropFaces method
- Add Image.Save method
- Add CustomFaceLandmarkDetection, CustomAgeEstimator and CustomGenderEstimator to FaceRecognition
- You can use own custom data model files when you want to change it
Breaking
- Abolished PredictorModel.Helen
- Use PredictorModel.Custom and set CustomFaceLandmarkDetection
1.2.3.14
feat
- Support Age and Gender classification
1.2.3.13
feat
- MKL and CUDA101