Skip to content

Releases: 3DiVi/face-sdk

v3.24.0

09 Sep 12:04
Compare
Choose a tag to compare

What's New

  • Added the GLASSES_ESTIMATOR processing block to assess the presence of glasses on a face.
  • Introduced a new version of the QUALITY_ASSESSMENT_ESTIMATOR processing block with modified assessment capabilities. This version estimates facial image quality according to the international ICAO standard.
  • Added a new ssyv_light modification for the FACE_DETECTOR processing block, offering high accuracy in access control and remote identification scenarios, and is also suitable for mobile devices.
  • Added support for processing blocks in the Swift API.
  • Introduced new versions for the LIVENESS_ESTIMATOR processing block with 2d and 2d_light modifications, which reduce recognition errors during attacks by half.
  • Added 2d_ensemble and 2d_ensemble_light modifications to the LIVENESS_ESTIMATOR processing block. These new modifications perform better against 2D and 3D mask attacks.

Bug Fixes and Improvements

  • Reduced the size of the libfacerec.so library for the Android platform.
  • Improved angle detection accuracy for the FDA fitter.
  • Fixed errors in the Flutter API that caused segfaults on 32-bit devices.
  • Fixed an issue in the FACE_FITTER processing block that caused an exception when the objects array was missing in the input context.

v3.23.0

25 Jul 06:52
Compare
Choose a tag to compare

What's New

  • Added EYE_OPENNESS_ESTIMATOR processing block.
  • A modification has been added to the FACE_FITTER processing block for calculating anthropometric points from the fda set.
  • Added functions for saving and loading Context-container into json files.
  • Added support for Kotlin language for Android.

Bug Fixes and Improvements

  • FACE_FITTER processing blocks additionally output head rotation angles.

Face SDK v3.22.1

15 Jul 05:26
Compare
Choose a tag to compare

Bug Fixes and Improvements

  • Fixed bugs that caused the application to crash in the Python API.
  • Fixed bugs that caused the application to crash in the Java API on Windows.
  • Fixed the behavior of the uld detector, where reducing the min_size parameter led to a decrease in face detection quality.
  • Fixed a bug for the FACE_TEMPLATE_EXTRACTOR processing block, where the intra_op_num_threads configuration parameter did not affect the operation of the processing block.

Face SDK v3.22.0

16 May 12:56
Compare
Choose a tag to compare

What's New

  • It's now possible to utilize the Processing Blocks API in the Java API.
  • Flutter API now includes classes with isolates.
  • Added auxiliary functions for image reading, conversion, and input Context-container formation.

Bug Fixes and Improvements

  • Minor fixes for the Python API.

Face SDK v3.21.0

15 Apr 12:08
Compare
Choose a tag to compare

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.

Face SDK v3.20.1

02 Apr 13:49
Compare
Choose a tag to compare

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.

Face SDK v3.19.2

02 Apr 14:53
Compare
Choose a tag to compare

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.

Face SDK v3.18.2

02 Apr 14:53
Compare
Choose a tag to compare

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.

Face SDK v3.20.0

29 Feb 12:54
Compare
Choose a tag to compare

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

Face SDK v3.19.1

15 Dec 13:38
Compare
Choose a tag to compare

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.