Releases: 3DiVi/face-sdk
Releases · 3DiVi/face-sdk
Face SDK v3.9.0
What's new
- Added Active Liveness
- Added support for a temperature sensor on Telpo
- Added the RawSample.cutFaceRawImage method for face cropping and obtaining the result in the decoded form (as an array of pixels)
- Added detection confidence level
- Added FaceAttributesEstimator for Python
- Added the possibility to get an extended set of eye points
- Added estimation of the eyes state
Bug Fixes and Improvements
- Improved the speed of fda_tracker_capturer for a large number of people in the frame
- Fixed the application for Telpo RGB+IR on Android 9
- Fixed the Segmentation Fault that occurred with the REFA detector in some cases
- Fixed error loading library in Java
Face SDK v3.8.0
What's new
- Added display of the used FaceSDK library version
- Added GPU support on Android for liveness_2d_estimator.xml
- Added GPU support on Jetson (JetPack 4.3/4.4)
- Added the FaceMask Unity sample on Windows and Android
- Added the possibility to estimate the presence of a mask on the face
- Added a new version of RGB Passive Liveness (liveness_2d_estimator_v2.xml)
- Added GPU support for detectors (BLF, ULD, REFA)
Bug Fixes and Improvements
- Added display of the score parameter for Liveness2DEstimator
- Added base_angle support for the ULD, BLD, REFA detectors in FDATracker
Face SDK v3.7.1
Bug Fixes and Improvements
- Fixed the reading error from 3divi_face_sdk.lic when using a USB token
Face SDK v3.6.1
Bug Fixes and Improvements
- Fixed fake detections when processing video from multiple streams
- Fixed the reading error from 3divi_face_sdk.lic when using a USB token
Face SDK v3.5.1
Bug Fixes and Improvements
- Fixed fake detections when processing video from multiple streams
Face SDK v3.4.2
Bug Fixes and Improvements
- Fixed fake detections when processing video from multiple streams
Face SDK v3.7.0
What's new
- Added the ULD detector
- Added a beta version of the Face SDK VideoEngine JS plugin and demo
Bug Fixes and Improvements
- Fixed fake detections when processing video from multiple streams
Face SDK v3.6.0
What's new
- Added Python API (Windows, Linux)
- Added a new detector providing the highest quality of detection – refa (recommended for expert systems)
- Added GPU usage support on Windows x86 64-bit
- Added a video recognition demo for Telpo Face Recognition Terminals TPS980
- Added a new primitive for evaluating Liveness based on RGB images –
Liveness2DEstimator
(previously available inVideoWorker
)
Bug Fixes and Improvements
- Added support for the AVX2 instruction set (only for Linux x86 64-bit) that can be used to speed up the template creation in 9.x identification methods (on expert systems). See more info in the section Performance Parameters.
Face SDK v3.5.0
What's new
- Beta version of GPU support for linux-x86-64 and Android
- Added a new module for estimation of age and gender:
age_gender_estimator_v2.xml
. This is a pre-release of a new model.
Bug Fixes and Improvements
- Improved the speed and quality of the 2D Liveness module
- Improved the methods for quality estimation:
quality_estimator_iso.xml
,quality_estimator.xml
Face SDK v3.4.1
Bug Fixes and Improvements
- Updated the tutorial project for iOS
- Fixed demo for Android 11: added the use of scoped storage