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.
| Note | ||
|---|---|---|
| ||
You must recreate the cache when:
|
...
|
To optimize the operation of the Face detector VL on GPU, Configuring Face detection (VL)), do the following:
- Request EID and ProductID from technical support
Stop the server (see Stop the server).
Note title Attention! - Open the following file in a text editor: C:\Program Files\Common Files\AxxonSoft\DetectorPack\VLSdk\gpu\data\license.conf.
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"/>- Save the file: C:\Program Files\Common Files\AxxonSoft\DetectorPack\VLSdk\gpu\data\license.conf.
- 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.
If 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 Files\AxxonSoft\DetectorPack\VlFaceGpuCacheGenerator.exe -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 Files\AxxonSoft\DetectorPack\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.
- Log in using the received EID.
- Fill in the user registration data.
- Click the Save button .
- Click the Activate button to activate the license.
- In the Activatee Email Address, specify the email address to confirm the license activation. The licenseFile.v2c file with license data will be sent to the specified email address.
- In the Device FingerPrint field, specify the FingerPrint data.
- Click the Activate button. Place the downloaded licenseFile.v2c file on the Server in the folder:
- For Detector Pack 3.13 and older:
- In the command line, enter the
- C:\Program Files\Common Files\AxxonSoft\DetectorPack\
VLSdk\.- Make sure the license is successfully activated.
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.
Go to the website.
| Note | ||
|---|---|---|
| ||
If you fail to log in to the website, please contact technical support. |
Face detection (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 doesn't have an Internet connection, do the following:
- Do steps 2–5, 14 on the Server where the license will be used.
- Do steps 1, 6–13, 15 on any computer connected to the Internet.
- Click the View License button.
- Download the license file by clicking the Save To File button.
- 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
...
.






