Versions Compared

Key

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

The When you export an archive, the AviExport utility allows for face masking in the exported video. This function is based on a neural network.

Info
titleNote

Faces can also be masked on live video if the you use the Face detection module is usedsee Configuring Face detection tool.

...

  1. Install DetectorPack for the Remote Administrator’sremote administrator’s workstation. The distribution package and documentation are available on the AxxonSoft website: https://www.axxonsoft.com/support/downloads/axxon-psimEnable the 64-bit modulessee Configuring the use of 64-bit modules.
  2. Select the export mode with data conversion and recompression in the AviExport utilitysee Selecting Select the format and recompression for the exported file.

As a result, the Face masking checkbox will be becomes available in the AviExport utility. If the checkbox is set, then a mask appears over the faces in the exported file.Image Removed

Example of face masking in the exported video:

Image RemovedImage Added

This function is configured using the SmallFacesDetector.config configuration file located in the Axxon PSIM installation directory in the Modules64/caffewrapper folder.The You can configure the following parameters can be configured:

  • modecalculation mode: CPU or GPU.
  • deploy_file, model_fileneural network configuration file. At the time of creating the documentation, there are only those configuration files that are used by default, so it is not required to change these parameters.
  • count_classesnumber of classification classes (default 2). Do not change this setting.
  • trek_trshnew face tracking threshold (default 0.2). After exceeding this threshold, face tracking is carried out, taking into account the result_filter parameter.
  • result_filterconfidence threshold (default 0). If the result of face recognition on the exported video is reliable with a probability above the specified threshold, then the face is considered detected. The higher the value, the less likely the false face recognition, but the greater the likelihood of skipping.

Configuration of face masking at export is complete.