Face Sdk Versions Save

3DiVi Face SDK is a set of software components (code libraries) for building face recognition solutions

v3.21.0

1 month ago

What's new

  • Added version 2 of the 2d processing block for Liveness estimation.
  • New 2d_light modification added to the Liveness estimation processing block with faster and lighter algorithms.

Bug Fixes and Improvements

  • Improved error messaging with Face SDK version output included.

v3.19.2

1 month ago

Bug Fixes and Improvements

  • Fixed app_id generation for Android 11+.
  • Resolved a licensing error when running multiple Face SDK processes from different users.
  • Fixed improper functioning of VideoWorker in Flutter.
  • Fixed an error when using online licenses on Android 9.

v3.18.2

1 month ago

Bug Fixes and Improvements

  • Fixed app_id generation for Android 11+.
  • Resolved a licensing error when running multiple Face SDK processes under different users.
  • Fixed an error when using online licenses on Android 9.

v3.20.1

1 month ago

Bug Fixes and Improvements

  • Fixed app_id generation for Android 11+.
  • Resolved a licensing error when running multiple Face SDK processes from different users.
  • Fixed improper functioning of VideoWorker in Flutter.

v3.20.0

2 months ago

What's new

  • Updated Flutter version, now SDK supports versions 3.0.0 - 3.16.6
  • Updated C# API, now SDK supports .NET 6
  • Processing Blocks API is now available as part of C# API
  • Processing Block API now has all the blocks needed for face recognition
  • New model for gender estimation, which allows you to get slightly more accurate results

Bug Fixes and Improvements

  • Fixed a bug with licensing on Android 9

v.3.19.1

5 months ago

Bug Fixes and Improvements

  • Fixed bug with using Tensorflow libraries on Nvidia Jetson.
  • Added new VideoWorker configurations with ssyv detectors.
  • Minor fixes for Flutter API.
  • Addition of FaceAttributesEstimator to Flutter API.
  • Added support for use_legacy flag for gender, age, and emotion estimators.
  • Fixed a bug that caused the VideoWorker store_original_image flag to not work.

v3.18.1

5 months ago

Bug Fixes and Improvements

  • Fixed incorrect hash sum of tensorflow libraries for jetpack 4.4, 4.3.
  • Fixed excessive RAM consumption when using ONNX models in VideoWorker.
  • Fixed memory allocation defect for recognition method 12v50.
  • Improved performance of face detectors when used in multithreaded mode.

v3.17.3

5 months ago

Bug Fixes and Improvements

  • Fixed incorrect hash sum of tensorflow libraries for jetpack 4.4, 4.3.
  • Fixed excessive RAM consumption when using ONNX models in VideoWorker.
  • Fixed memory allocation defect for recognition method 12v50.
  • Improved performance of face detectors when used in multithreaded mode.

v3.19.0

6 months ago

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

v3.18.0

10 months ago

What's new

  • Added CUDA 11 version support
  • Added Flutter API documentation

Bug Fixes and Improvements

  • Updated Flutter support to 3.3.0 ≤ versions ≤ 3.10.0