Skip to content

Releases: 3DiVi/face-sdk

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.

Face SDK v3.18.1

27 Nov 14:45
Compare
Choose a tag to compare

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.

Face SDK v3.17.3

27 Nov 14:45
Compare
Choose a tag to compare

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.

Face SDK v3.19.0

30 Oct 07:04
Compare
Choose a tag to compare

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

Face SDK v3.18.0

13 Jul 09:44
Compare
Choose a tag to compare

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

Face SDK v3.17.2

20 Jun 12:57
Compare
Choose a tag to compare

Bug Fixes and Improvements:

  • Updated "score" formula for Recognizers
  • Fixed recognizer score in VideoWorker
  • Fixed bug with 12v face recognition methods on 32-bit systems

Face SDK v3.17.1

14 Apr 16:03
Compare
Choose a tag to compare

What's new

  • Added new parameters for recognizers: num_threads, inter_op_num_threads and execution_mode
  • Added ability to pass encoded images to Capturer through Python API
  • Added examples of using Processing Blocks in Python

Bug Fixes and Improvements

  • Updated "score" formula for recognizers
  • Fixed a bug in BLF detector
  • Fixed a bug on С# occurred when using Recognizer < 12.x with CUDA acceleration
  • Fixed a bug which led to a "segfault" when recreating the FacerecService
  • Fixed a bug with a license on Flutter
  • Fixed a bug in Python API which led to memory leak
  • Fixed visualization bugs in processing_block_demo
  • Fixed a bug in Python Samples occurred due to missing library path on Windows

Face SDK v3.17.0

28 Dec 13:28
Compare
Choose a tag to compare

What's new

  • Added new improved identification algorithms: method12v30, method12v50, method12v100, method12v1000 (up to 97.4% face recognition accuracy at 1e-8 FAR)
  • Added ProcessingBlock API for Python

Bug Fixes and Improvements

  • Added getFaceVisibilityScore method for RawSample
  • Fixed an error for C# API on Android

Face SDK v3.16.1

31 Oct 18:26
Compare
Choose a tag to compare

Bug Fixes and Improvements

  • Fixed a bug in Quality Assessment Estimation processing block

Face SDK v3.16.0

13 Sep 06:48
Compare
Choose a tag to compare

What's new

Bug Fixes and Improvements

  • Improved algorithm of Age and Gender Estimation
  • Improved algorithm of Face Mask detection
  • Improved recognizers score computation