Versions Compared

Key

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

Configuring the Face detector VL

The VL Face Recognition Pack add-on (see Installing DetectorPack add-ons) includes a utility that allows you to create GPU neural network caches without using Axxon One. The presence of the cache speeds up the initialization, optimizes video memory consumption, and ensures the start and correct operation of the Face detector VL on the GPU.

Note
titleAttention!

You must recreate the cache when:

  • updating the VL face recognition pack
Starting with Detector Pack 3.11, a demo license has been added to the VL Face Recognition Pack
  • add-on (
see . Demo license is valid for 30 days after installation on one server or a virtual machine.
  • ,
  • changing the resolution of the video stream for which the cache is created,
  • changing the Nvidia GPU model,
  • updating Nvidia GPU drivers.

To optimize the operation of the Face detector VL on GPUTo activate a license for the Face detector VL (see Configuring the Face detector VL), do the following:

    Request EID and ProductID from the technical support
  1. Stop the server (see Stopping the server).

    Note
    titleAttention!
  2. EID and ProductID are linked with the MAC address of the server. If the MAC address changes, you need to request EID and ProductID again.

  3. Open the following file in a text editor: C:\Program Files\Common Files\AxxonSoft\DetectorPack\VLSdk\gpu\data\license.conf.
  4. Enter the received EID and ProductID.

    Code Block
    <param name="EID" type="Value::String" text="received EID"/>
    <param name="ProductID" type="Value::String" text="received ProductID"/>

    Image Removed

  5. Save the file: C:\Program Files\Common Files\AxxonSoft\DetectorPack\VLSdk\gpu\data\license.conf.
  6. In the command line, run the following file as administrator: C:\Program Files\Common Files\AxxonSoft\DetectorPack\VLSdk\gpu\FingerprintViewer.exe. You will receive the FingerPrint data.
    Image Removed
  7. Go to the website.

    Note
    titleAttention!

    If you fail to log in to the website, contact the technical support.

    Tip

    Guide to the Sentinel EMS Customer Portal

  8. Log in using the received EID.
    Image Removed
  9. Fill in the user registration data.
    Image Removed
  10. Click the Save button .
  11. Click the Activate button to activate the license.
    Image Removed
  12. In the Activatee Email field, specify the email address to confirm the license activation. The licenseFile.v2c file with license data will be sent to the specified email address.
    Image Removed
  13. In the Device FingerPrint field, specify the FingerPrint data.
  14. Click the Complete Activation button.
  15. If the system uses the software that is running on the GPU, you must stop its operation. 

  16. Create the GPU_CACHE_DIR system variable (see Appendix 9. Creating system variable). In the Variable value field, specify the path to the cache location in Latin characters only. For example, D:\GPU_cache. The specified directory will store the cache for all used detectors and neural networks.

  17. Run the command line as administrator.
  18. Starting with Detector Pack 3.14:

    1. Call the utility, specifying the required video stream resolutions in the XxX or XxX XxX format via the -r key. In this case you must not further specify the video stream resolution.
      Example:

      Code Block
      languageshell
      C:\Program Files\Common Files\AxxonSoft\DetectorPack\VlFaceGpuCacheGenerator.exe -r 3840x2160 2688x1520

      If you don't specify the resolution explicitly, the utility uses the default 1920x1080 resolution for creating the cache.

      Info
      titleNote

      To get help information, you can enter the query in the command line:

      Code Block
      C:\Program Files\Common Files\AxxonSoft\DetectorPack\VlFaceGpuCacheGenerator.exe --help
    2. Press Enter.

    3. Specify the ID of the required GPU (see Selecting Nvidia GPU when configuring detectors).

    4. Press Enter. As a result, the process of creating the cache starts. If you get the "0" value, it means that the cache is created successfully.

  19. Place the downloaded licenseFile.v2c file on the server in the folder:
  20. For Detector Pack 3.13 and older:
    1. In the command line, enter the
    1. C:\Program Files\Common Files\AxxonSoft\DetectorPack\
  21. VLSdk\.
  22. Make sure the license is successfully activated. If the server is connected to the internet, the license will be checked automatically.
Info
titleNote

If the server doesn't have internet connection, do the following:

  1. Do steps 2–5, 14 on the server where the license will be used.
  2. Do steps 1, 6–13, 15 on any computer connected to the internet.
  3. Click the View License Certificate button.
  4. Download the license file by clicking the Save License button.
    Image Removed

The license is activated on the server with no internet connection.

    1. VlFaceGpuCacheGenerator.exe query to call the utility.
    2. Press Enter.

    3. Specify the ID of the required GPU (see Selecting Nvidia GPU when configuring detectors).

    4. Press Enter.

    5. If you want to change the resolution of the video stream:

      1. Enter y. If you don't want to change the resolution of the video stream, enter n
      2. Specify the required resolution. For example, 3840x2160 2688x1520. The GPU uses the default 1920x1080 video stream resolution. If you change the resolution of the video stream from 1920x1080 and higher, it increases the percentage of face detection.

  1. Press Enter. As a result, the process of creating the cache starts. If you get the 0 value, it means that the cache is created successfully.

Optimizing the operation of the Face detector Vl on the GPU is complete

...

.