Go to documentation repository
Page History
| Tip |
|---|
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
To activate a license for Face detection (VL) (see Installing DetectorPack addons, Configuring Face detection (VL)), do the following:
...
.
| Note | ||
|---|---|---|
| ||
You must recreate the cache when:
|
To optimize the operation of the Face detector VL on GPU, do the following:
Stop the server (see Stop the server)
.
Note title Attention! If
you fail to login to the website, please contact technical support.- Log in using the received EID.
- Fill in the user registration data.
- Click the Save button (1).
- Click the Activate button (2) to activate the license.
the system uses the software that is running on the GPU, you must stop its operation.
Create the GPU_CACHE_DIR system variable (see 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.
- Run the command line as administrator.
Starting with Detector Pack 3.14:
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 language shell C:\Program Files\Common
On the command line, run the following file as administrator: C:\Program Files\Common Files\AxxonSoft\DetectorPack\
VLSdk\gpu\FingerprintViewerVlFaceGpuCacheGenerator.exe
.- To confirm the license activation, specify the Email address (4). The licenseFile.v2c file with license data will be sent to the specified Email address.
- In the Device FingerPrint field (5) specify the FingerPrint data (3).
- Click the Activate button (6).
- Make sure the license is successfully activated (7).
-r 3840x2160 2688x1520If you don't specify the resolution explicitly, the utility uses the default 1920x1080 resolution for creating the cache.
Info title Note To get help information, you can enter the query in the command line:
Code Block C:\Program Files\Common
Open the following file in a text editor: C:\Program Files\Common Files\AxxonSoft\DetectorPack\
VLSdk\gpu\data\license.conf.VlFaceGpuCacheGenerator.exe --helpPress Enter.
Specify the ID of the required GPU (see Selecting Nvidia GPU when configuring detectors).
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.
Enter the received EID (8) and ProductID (9).
Code Block <param name="EID" type="Value::String" text="received EID"/> <param name="ProductID" type="Value::String" text="received ProductID"/>Save the file: - For Detector Pack 3.13 and older:
- In the command line, enter the
- C:\Program Files\Common Files\AxxonSoft\DetectorPack\
VLSdk\gpu\data\license.conf.
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.
Face Detector (VL) license is activated.
...
| title | Note |
|---|
If the Server is connected to the Internet, the license will be checked automatically on the license server.
If the Server does not have an Internet connection, do the following:
- Perform step 7, and steps 12—14 on the Server where the license will be used.
- Perform steps 3—6, and steps 8—10 on any PC connected to the Internet.
- Click the View License button (10).
- Download the license file by clicking the Save To File button (11).
- Place the downloaded licenseFile.v2c file on the Server to the folder: C:\Program Files\Common Files\AxxonSoft\DetectorPack\VLSdk\<licenseFile.v2c>.
- VlFaceGpuCacheGenerator.exe query to call the utility.
Press Enter.
Specify the ID of the required GPU (see Selecting Nvidia GPU when configuring detectors).
Press Enter.
If you want to change the resolution of the video stream:
- Enter y. If you don't want to change the resolution of the video stream, enter n.
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.
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
...
.







