Documentation for Face Intellect 8.0-8.1. Documentation for other versions of Intellect is available too.

Previous page Face-Intellect 8.0 Release Notes  Face-Intellect 8.1 Release Notes Next page

New Features and Improvements

Face Recognition modules

  1. Updated Tevian SDK to version 2.12.1. Improved accuracy and speed of operation, added an option to run on two GPUs, and more mask types 
  2. Updated Tevian SDK installation path: Modules64\Firserver\FaceRecognition\Tevian_SDK_version_number.

New configuration capabilities and interface improvements

  1. In the face search interface, added the ability to enable or disable the creation of users in the Intellect database when adding a face to the face database 
  2. Moved the settings for thermal cameras from the Face Recognition Server to the Face Detection module 
  3. Faces images of any quality can now be saved to the database 
  4. Added the configuration of the automatic addition of unrecognized faces to the face database. Now during the setup, you can specify whether it is necessary to create a user in Intellect, to which department they should be added, and how long they should be stored in the database 
  5. Added a mask presence filter setting, which allows you to receive information about face mask state changes in real time and generate the corresponding events:
    1. MASK_DETECTED (Mask is present).
    2. MASK_NOT_DETECTED (Mask is not found).
    3. MASK_NOT_RIGHT_PLACE (Mask is worn incorrectly) 

Programming, configuration file, registry key and API functions

  1. Added additional audit of actions with the face database: creating/changing/deleting faces in the database and time/computer/user parameters. The data is stored in the logs table of the Fir database.
  2. All requests for working with faces in the face database are now logged to the face_client.log file.
  3. Added an additional user_info value to the REST API requests, which allows to write the information specified in user_info to the logs table of the Fir database.
  4. Added the face_id parameter to the FIND_PERSON, PERSON_NOT_FOUND, MASK_DETECTED, MASK_NOT_IN_PLACE, MASK_NOT_DETECTED events.
  5. Added the STOP_CAM_FACECAPTURE event, which is used to stop the face detection tool operation.
  6. Added a new FaceErrorDescriptions request to the REST API, which displays a list of possible Face Recognition Server errors 
  7. Added the UpdatePerson request to the REST API, which allows to update the parameters of an existing user 
  8. Added the ability to edit additional user parameters using the additionalParams parameter 
  9. The face GUID is now displayed in response to the GetProtocols REST API request.
  10. Access-Control-Origin headers are now supported in the REST API requests.

Bug Fixes

  1. Fixed a bug with applying a license for the Cognitec SDK.
  2. Fixed a bug that occurred when trying to save a face photo to disk without write permission.
  3. Fixed a bug due to which the temperature of faces was not saved to the face database.
  4. Fixed a bug due to which only the name of the face was displayed in the face search tab.
  5. Fixed a bug due to which faces were not added to the face database after updating Intellect and Face Intellect software from previous versions.
  6. Fixed a bug with displaying faces in the recognition monitor when using the VisionLabs SDK.
  7. Fixed a bug due to which the face detection tool worked only with the default video stream.
  8. Fixed the Tevian SDK bug, due to which face recognition did not work on a server with two video cards.
  9. Fixed a bug with slow uploading of faces to the face database via the Face API.
  • No labels