Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Visage Technologies strives to minimize changes in API and configuration files when releasing new versions of the SDK. The inevitable changes are listed here, together with specific instructions for developers who have the existing applications built with older versions.

For each visage|SDK release, the incremental changes in relation to the previous release are listed. To apply the changes correctly, apply them in order from the older version to the newer version without skipping intermediary versions.

...

Visage Technologies strives to minimize changes in API and configuration files when releasing new versions of the SDK. The inevitable changes are listed here together with specific instructions for developers who have existing applications built with older versions.

For each visage|SDK release, incremental changes in relation to the previous release are listed. To apply the changes correctly, apply them in order from the older version to the newer version without skipping intermediary versions.

Contents

...

Contents

Table of Contents
maxLevel1
excludeContents
stylecircle


visage|SDK 8.8b2

General

Expand
titleFace tracking and detection algorithms

The default legacy algorithm that could be allowed via the use_vnn configuration parameter (value 0) has been removed. The VNN algorithm is now the default and only tracking and detection algorithm.

The algorithm can be configured to improve feature points precision and robustness, over tracking speed (performance) by setting the refine_landmarks parameter to 1 in the configuration file. Otherwise, when performance is preferred over feature points precision, the recommendation is to disable refine_landmarks parameter by setting it to 0 in the configuration file.


Expand
titleFace tracking and detection with protection masks

Face tracking and detection algorithms are enhanced so that they can track and detect faces wearing protective masks of various colors and patterns.


Landmark detection changes:

Expand
titleContour landmarks

Visible contour landmarks from group 13 (13.1-13.17) are no longer available (not detected or estimated). Instead, contour landmarks are now provided only in the form of a physical contour within group 15 (15.1-15.17). For more details please see FDP documentation.


Changing the detection of contour points from visible to physical results in improved stability and accuracy of the 3D head-pose estimation.


Changes in configuration file

Expand
titleRemoved


ParametersFiles

use_vnn

Facial Features Tracker - Ultra.cfg

lbf_stage_modifier


lbf_nperturb


lbf_nperturb_threads



Info

For detailed description of these changes, consult VisageTracker Configuration Manual, paragraph 2.1.Configuration parameters.



Expand
titleAdded
  • refine_landmarks parameter

Parameter value

Effect

0

tracking algorithm in fast mode, less precise

1

tracking algorithm with the highest feature points precision, accuracy and robustness


Info

For detailed description of these changes, consult VisageTracker Configuration Manual, paragraph 2.1.Configuration parameters.



Expand
titleModified


Configuration fileEffect

Facial Features Tracker - High.cfg

refine_landmarks parameter set to 1 (enabled)

Facial Features Tracker - Low.cfg

refine_landmarks parameter set to 0 (disabled)

Head Tracker.cfg 

refine_landmarks parameter set to 0 (disabled)


Info

For detailed description of these changes, consult VisageTracker Configuration Manual, paragraph 2.1.Configuration parameters.




Data files changes

Expand
titleRemoved

As a consequence of improving algorithms, removing legacy algorithm, there are certain changes in the data files.

API

Status

Location

Files/Folders

VisageTracker
VisageFeaturesDetector

Status
colourRed
titleremoved

bdtsdata/NN/

fa.lbf, fc.lbf, is.bin, model.vino.bin, model.vino.xml

VisageTracker
VisageFeaturesDetector

Status
colourRed
titleremoved

bdtsdata/FF/

ff.dat

VisageTracker
VisageFeaturesDetector

Status
colourRed
titleremoved

bdtsdata/LBF/

lv

VisageTracker
VisageFeaturesDetector

Status
colourRed
titleremoved

bdtsdata/NN/vnn

std_dev_image.bin, mean_image.bin

VisageTracker
VisageFeaturesDetector

Status
colourYellow
titleMODIFIED

bdtsdata/NN/vnnbdtsdata/NN/vnn


Info

Projects using older versions of these files should be updated to contain the newest data files from the bdtsdata folder.


Sample changes

Expand
titleDrawing

Samples displaying feature points are updated to draw physical contour points.

...

visage|SDK 8.7

General

Expand
titleNeural network runner replacement

The in-house developed runner is no longer available and is being replaced by OpenVINO™ toolkit, which is now the only and default neural network runner.

Tip

OpenVINO™ toolkit significantly improves the performance of visage|SDK algorithms.

It is implemented in the following libraries:

  • OVPlugin.dll,

  • inference_engine.dll,

  • MKLDNNPlugin.dll,

  • mkl_tiny_tbb.dll,

  • tbb.dll

  • libmmd.dll,

  • svml_dispmd.dll

Note

These libraries are dependencies of libVisageVision64.

...

dll and should now be included in projects along with other visage|SDK libraries. Additionally, OpenVINO™ toolkit requires its own set of data files with extensions .vino.bin and .vino.xml provided in Samples/data/bdtsdata.

OpenVINO is a trademark of Intel Corporation or its subsidiaries.


Expand
titleNew face recognition model

The old face recognition model is being replaced by a smaller, faster and more accurate face recognition model.


Expand
titleNew face detection model

Introducing a more accurate and robust face detection model. The new model is used in face tracking and face detection when use_vnn configuration parameter is set to 1. Otherwise, the previous face detection model will be used.

Info

For more information about using VNN detection algorithm, please consult VisageTracker Configuration Manual, paragraph 2.1.Configuration parameters and VisageFeaturesDetector documentation.



Expand
titleVNN tracking algorithm fast mode

VNN algorithm can now be configured for better performance, at the cost of feature points precision. This mode is enabled by setting use_vnn parameter in configuration file to 1.

Info

Recommended for usage when performance is preferred over feature points precision, e.g. when interested in fast performing head pose (head rotation and translation) estimation.


API changes

Expand
titleVisageFaceRecognition

Added support for multiple image format for extractDescriptor() and addDescriptor()methods.

extractDescriptor()

In addition to RGB and grayscale, now accepts RGBA input image

addDescriptor()

In addition to RGB, now accepts RGBA and grayscale input image


Changes in configuration file

Expand
titleuse_vnn parameter change

use_vnn configuration parameter added to VisageFeaturesDetector configuration file FaceDetector.cfg(located in Samples/data/bdstdata) and set to value 1.

Info

...

VNN algorithm will be used in VisageFeaturesDetector API by default.

use_vnn configuration parameter values changed and additional value added:

Parameter value

Effect

0

VNN algorithm is disabled, default tracking algorithm and detection model are used

1

VNN algorithm enabled in fast mode, at the cost of feature points precision

2

VNN algorithm enabled, improved precision, accuracy and robustness


Info

For detailed description of these changes, consult

...

VisageTracker Configuration Manual, paragraph 2.1.Configuration parameters.

If you want to update your existing configuration files, it is recommended to copy the parameters values from Facial Features Tracker - Ultra.cfg configuration file supplied in this package.


Data files changes

Expand
titleData files modification

As a consequence of improving algorithms, removing in-house developed runner, and improving VNN algorithm, there are certain changes in the data files.

API

Status

Location

Files/Folders

VisageFaceRecognition

Status
colourRed
titleremoved

bdtsdata/NN/

fr.bin

VisageFaceAnalyser

Status
colourRed
titleremoved

bdtsdata/LBF/vfadata/ad/

ae.bin

VisageTracker
VisageFeaturesDetector

Status
colourRed
titleremoved

bdtsdata/NN/

pr.bin, model.bin

VisageFaceRecognition

Status
colourPurple
titleADDED

bdtsdata/FF/vnn/

fr.vino.bin, fr.vino.xml

VisageTracker
VisageFeaturesDetector

Status
colourPurple
titleADDED

bdtsdata/FF/vnn/

ff.vino.bin, ff.vino.xml

VisageTracker
VisageFeaturesDetector

Status
colourYellow
titleMODIFIED

bdtsdata/NN/vnn

bdtsdata/NN/vnn


Info

Projects using older versions of these files should be updated to contain the newest data files from the bdtsdata folder.


Sample changes

Expand
titleVisageTrackerUnityDemo switching from BGR to RGB

VisageTrackerUnityPlugin

Function _grabFrame() captures RGB image, instead of BGR image.

VisageTrackerUnityDemo

The previously used BGRATex texture shader for applying captured frame image data

...

was replaced with RGBATex texture shader (Tracker.cs script).


visage|SDK 8.6.1

General

Expand
titleConfigurable neural network runners

To improve the performance of our algorithms and to support a wider variety of neural network models, we are introducing a configurable framework for choosing between different neural network runners.

As a result, additional configuration file NeuralNet.cfg is now included in visage|SDK (located in Samples/data). This file allows the users to configure which runner will be used by visage|SDK. Users can choose between:

  • Visage Technologies'

...

  • runner developed in-house

...

  • and

  • OpenVINO™ toolkit.

For more information on the parameters of NeuralNet.cfg file see the API page.

OpenVINO is a trademark of Intel Corporation or its subsidiaries.


Expand
titleConfigurable tracking algorithm

New experimental algorithm for face tracking and alignment introduced - VNN algorithm.

For the price of slightly reduced tracking speed/performance, it significantly improves tracking quality and robustness. VisageTracker and VisageFeaturesDetector can be configured to use VNN algorithm via configuration parameter - use_vnn.

Info

For more information on use_vnn parameter, please consult VisageTracker Configuration Manual, paragraph 2.1.Configuration parameters and VisageTracker class documentation.


Tip

It is recommended to use VNN algorithm with OpenVINO™ toolkit which significantly improves the speed of running neural networks, thus mitigating any performance reductions.

OpenVINO is a trademark of Intel Corporation or its subsidiaries.


API changes

Expand
titleVisageConfiguration API

Introducing new C++ and C# API for programmatically changing VisageTracker configuration parameters, including new additional classes and templates:

VisageConfiguration

Modify configuration parameters on the fly

VsCfgArr

Helper template structure for storing various VisageConfiguration array data types

The aforementioned classes are used in conjunction

...

with new VisageTracker methods:

C++

VisageConfiguration VisageTracker::getTrackerConfiguration()

void VisageTracker::setTrackerConfiguration(VisageConfiguration &configuration)

C#

VisageConfiguration VisageCSWrapper.VisageTracker.GetTrackerConfiguration()

void VisageCSWrapper.VisageTracker.SetTrackerConfiguration(VisageConfiguration configuration)


Note

There are slight differences in usage between C++ and C#. For example, C++ API uses helper structure VsCfgArr to return specific data types where C# uses native C# types.


Info

VisageConfiguration and VsCfgArr class documentation contains more details and examples of usage in code.



Expand
titleFDP class

FDP group 10 (ears) has been extended from 10 to 24 points (12 points per ear) as part of the ear tracking feature.

Info

FDP files saved with visage|SDK 8.6 will not be backwards compatible with the previous versions due to the addition of new FDP points.

Using FDP::readFromFile() to load an 8.6 FDP file in an earlier version of the visage|SDK will lead to undefined behavior.



Expand
titleDeprecation notice

VisageTracker method stop has been deprecated from both APIs.

C++

VisageTracker::stop()

C#

VisageCSWrapper.VisageTracker.Stop()



Expand
titleLicensing

Prototype of method

void initializeLicenseManager(const char *licenseKeyFileName)

changed to

int initializeLicenseManager(const char *licenseKeyFileName)

Info

It is no longer necessary to declare the licensing function prototype explicitly within your code. Including any of the following headers will also include the licensing prototype:

  • VisageTracker.h

  • VisageFeaturesDetector.h

  • VisageFaceRecognition.h

  • VisageFaceAnalyser.h



Expand
titleC# API

FeaturePoint class and FDP class have additional property and functions, respectively to conform with the C++ API.

FeaturePoint

FeaturePoint.detected

FDP

bool FDP::FPIsDetected(int group, int n)
bool FDP::FPIsDetected(String name)


Info

...

1

...

indicates that the feature point is obtained from a 2D image using the tracking algorithm. 0 indicates that the feature point is estimated from fitting a 3D model onto the detected feature points of the face.


Changes in configuration file

Expand
titleNew configuration files

Two additional configuration files have been added. One for the ear tracking feature and one for the novel tracking algorithm.

Configuration name

Parameter changed/added

Parameter value

Facial Features Tracker - High - With Ears.cfg

efine_ears
*_fitting_model
*_fitting_fdp

1
jk_300_wEars.wfm
jk_300_wEars.fdp

Facial Features Tracker - Ultra.cfg

use_vnn

1


Info

For detailed description of these changes consult VisageTracker Configuration Manual, paragraph 1.1.Standard configuration files

If you want to update your existing configuration files, it is recommended to copy the parameters values from Facial Features Tracker - Ultra.cfg configuration file supplied in this package.



Expand
titleNew configuration parameter - refine_ears and use_vnn
  • refine_ears parameter added, off (0) by default. Toggles the tracking and refinement of ear points (group 10) for VisageTracker and VisageFeaturesDetector.

Info

Used together with ears 3D model - jk_300_wEars.wfm

  • use_vnn parameter added, off (0) by default. Toggles usage of the new experimental algorithm for face tracking and alignment - VNN algorithm

Info

For detailed description of these changes, consult VisageTracker Configuration Manual, paragraph 2.1.Configuration parameters.


Tip

If you want to update your existing configuration files, it is recommended to copy the parameters values from Facial Features Tracker - High.cfg configuration file supplied in this package.


3D Model changes

Expand
titleEar tracking 3D model

A new model file has been added for ear tracking functionality - jk_300_wEars.wfm. The model contains an additional 334 polygons and

...

its vertices are mapped to 14 new FDP points in group 10 (10.11 - 10.24).

Info

For detailed description of these changes, consult VisageTracker Configuration Manual, paragraph 2.3.The 3D models used in tracking


Data files changes

Expand
titleEar tracking models and data

New data files and model files for ear tracking added

Location

Files

Samples/data/bdtsdata/NN

efa.lbf
efc.lbf

Samples/data/

jk_300_wEars.wfm
jk_300_wEars.fdp



Expand
titleVNN algorithm data files

New data folder and data files added for VNN algorithm in Samples/data/bdtsdata/NN/vnn

Tip

Projects using older versions of these files should be updated to contain the newest data files from the bdtsdata folder.


Sample changes

Expand
titleFacialAnimationUnityDemo deprecation notice

FacialAnimationUnityDemo sample application has been removed and will no longer be distributed.


Expand
titleUnity projects distribution changes

VisageTrackerUnityDemo sample applicationisdistributed as a Unity

...

project, not as a prebuilt application.

Build and run

...

instructions are provided in the VisageTrackerUnityDemo sample documentation

...

  •  Add link

.



Info

Instructions on visage|SDK integration with Unity can be found here.

  •  Add link






visage|SDK 8.5

Changes in configuration file

Expand
titleSmoothing factors values and range
  • smoothing_factors parameter
    Due to the re-implementation of the smoothing algorithm in VisageTracker, default values and optimal ranges for this parameter have been changed in all configurations.

Info

Please consult VisageTracker Configuration Manual, paragraph 2.1.Configuration parameters for additional information.


Tip

If you want to update your existing configuration files, it is recommended to copy the parameters values from Facial Features Tracker - High.cfg configuration file supplied in this package.


Sample changes

Expand
titleShowcaseDemo C# drawing

VisageRendering.cs:

Methods DisplayEmotion() and DisplayAgeGenderName() have changed the prototypes from:

Code Block
public void DisplayEmotion(FaceData trackingData, float[] emotions, int width, int height,
                           bool face_recognition_mode=false)
public void DisplayAgeGenderName(FaceData trackingData, float age, int gender, string name, 
                                 int width, int height, int drawingOptions, 
                                 bool face_recognition_mode=false)

to:

Code Block
public void DisplayEmotion(FaceData trackingData, float[] emotions, int width, int height, 
                           bool display_background = false)
public void DisplayAgeGenderName(FaceData trackingData, float age, int gender, string name, 
                                 int width, int height, bool display_background = true)


Build tools changes

Libraries built with msvc100 are no longer supported within the package.

Data files changes

visage|SDK data files located in Samples/data/bdtsdata folder have been updated.

Copy all files located in the Samples/data/bdtsdata folder to appropriate folders in any existing application.