Face SDK v3.19.0
sergei-alabugin
released this
30 Oct 07:04
·
10 commits
to master
since this release
What's new
- Added new improved versions of Liveness Detection and Quality Assurance Assessment (QAA) modules
- Accelerated template comparison procedure. Now it will be faster to work with huge databases of faces.
- Added Capturer configurations for different business cases. Now the user can get a face detector configured for a specific task without wasting time on selecting the best detector and its parameters.
- Processing Block API has been significantly extended. Proven detectors from the old API (ULD and BLF) have been added to the new API, and a number of new ones have been added. A Fitter block has been added. Facial recognition blocks are available in beta mode.
- Added Processing Block demo for the Flutter API.
- Updated the default versions of CUDA and ONNX used by Face SDK.
Bug Fixes and Improvements
- Fixed a bug causing excessive RAM consumption when using the REFA detector
- Fixed a bug causing a memory segmentation error when using an empty template_index in the Python API
- Improved performance of face detectors when used in multithreaded mode