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

Previous page Next page

The following commands are used to work with the Face Recognition Tool via the Windows command line:

ParameterDescription
-hCommands help
-m

Mode. The following modes are available:

  • protocols
  • protocols with fir engine
  • big filesystem
  • persons
  • "restore from csv"
-p

The path to the folder in case of loading, or the path to the .csv file in case of recovery

-sStart time (not used for the Persons mode)
-eEnd time (not used for the Persons mode)

Command example to get help about commands:

FaceRecognitionTool.exe -h

Command example for loading the data on the reference faces added to the Face Recognition Server database:

FaceRecognitionTool.exe -m persons -p d:\data

Command example for loading the data on faces captured within a certain time period, adding the name of the recognition module at the end of the name of the downloaded file:

FaceRecognitionTool.exe -m "protocols with fir engine" -p d:\data -s "02.09.2018 23:59:59" -e "03.09.2018 23:59:59"

Command example to restore the history of passes:

FaceRecognitionTool.exe -m "restore from csv" -p "C:\ProgramData\AxxonSoft\FaceDB\SCRIPT[RV] fir_database_protocols [72][2020-01-01 10-00-00].csv"
  • No labels