Documentation for Face PSIM 1.0.1.

Previous page Working with CPU cores used for generating vectors when adding reference faces to the database  Restoring the history of passes if the Fir database is lost Next page

When you change the used face recognition module, for example, replace the Cognitec module with the VA module or vice versa, the biometric vectors are automatically regenerated. This is necessary because biometric vectors received by one face recognition module cannot be used by another.

The biometric vectors are also automatically regenerated when you switch the VA SDK version or the face recognition and search algorithm of VA and VideoIntellect 1.1 face recognition modules.

Note

To switch between the used face recognition modules, use the Va.IdentificationAlgorithm registry key (see Registry keys reference guide).

The regeneration of biometric vectors is performed in the background without disturbing the face recognition system operation. Firstly, the faces which are already entered in the database are regenerated. The current process of biometric vectors regeneration is displayed in the Face recognition and search interface module, on the Statistics tab, in the Faces in RAM field (see Displaying the statistics). If the Server is restarted, the process of regenerating the remaining faces will continue automatically.

Note

By default, the biometric vectors are regenerated on one CPU thread. Using the Update.CpuCoreCount registry key, you can set an arbitrary number of threads on which biometric vectors will be regenerated (see Registry keys reference guide).

You can also regenerate the biometric vectors manually. To do this, do the following:

  1. Left-click the  icon (Face recognition server) in the Windows taskbar (system tray, for details about the Debug window of the Face recognition server, see Appendix 2. Debug window).
  2. In the opened window, select (1) Tools → Recreate firs (2).
  3. Wait for completion of biometric vectors regeneration.

Attention!

Errors may occur during the biometric vectors regeneration process.

For example, an error may occur due to the fact that the new face recognition module SDK or the algorithm of the VA ALG2 face recognition module cannot recognize a face on a poor quality image and recreate a vector due to its better and more demanding recognition capabilities. Therefore, such image can be skipped.

[FIRSERVER][1] ERROR: Problem with regenerating fir for id 79656915-5BC1-E811-AA3F-1C1B0D34F0DF, skipping ...

If Axxon PSIM malfunctions after the vectors regeneration, do the following:

  1. Shut down Axxon PSIM.
  2. Run the FaceRecognitionTool.exe utility stored at: <Axxon PSIM installation folder>\Modules.
  3. Specify required settingsin the Path field, specify the path to the folder to which the data will be uploaded (for example, C:\Backup).

  4. Upload the data.

    Note

    For more information on the FaceRecognitionTool.exe utility, see Face Recognition Tool utility for extracting captured and reference faces from the database.

  5. Execute the following script in the database manager (for example, SQL Server Management Studio):

    USE [Fir]
    GO
    DECLARE	@return_value int
    EXEC	@return_value = [dbo].[spReset]
    SELECT	'Return Value' = @return_value
    GO
  6. Start Axxon PSIM and upload images from the folder specified in the Path field to the reference face database (see Selecting a way to upload an image to the reference face database).

     

  • No labels