Go to documentation repository
Page History
| Tip |
|---|
Configuring the Face Detection detector VA |
The VA Face Recognition Pack add-on (see see Installing DetectorPack add-ons) includes a utility that allows that allows you to create GPU neural network caches without using Axxon One. The The presence of the cache speeds up the initialization, optimizes video memory consumption, and ensures the start and correct operation of the Face Detection VA on GPUdetector VA on the GPU.
| Note | ||
|---|---|---|
| ||
You must recreate the cache when:
|
To optimize the operation of the of the Face Detection detector VA on GPU, do the following:
Stop the
Server server (see
Shutting down a ServerNote title Attention! If the system
has uses the software that is running on the GPU,
it is necessary to you must stop its operation.
Create the GPU_CACHE_DIR system variable (see
Appendix 9. - by specifying in
. 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
detection tools 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.
To call the utility, enter In this case you must not further specify the video stream resolution.
Example:Code Block language shell C:\Program Files\Common Files\AxxonSoft\DetectorPack\VaFaceGpuCacheGenerator.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\VaFaceGpuCacheGenerator.exe
(1--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.
- For Detector Pack 3.13 and older:
- In the command line, enter the C:\Program Files\Common Files\AxxonSoft\DetectorPack\VaFaceGpuCacheGenerator.exe query to call the utility.
Press Enter.
Specify the ID of the required GPU (
2, see - detection tools
Press Enter.
If you want to change the resolution of the video stream
for the Face Detection VA:
Enter y (3).- Enter y. If you don't want to change the resolution of the video stream, enter n.
Specify the required resolution
(4). . For example, 3840x2160 2688x1520. The GPU uses the
default default 1920x1080 video stream
resolutionsresolution.
Changing If you change the resolution of the video stream from
1920*1080 1920x1080 and higher, it increases the percentage of face detection.
Press Enter.
The cache creation process starts. The cache creation is successful, if the result value is "0"As a result, the process of creating the cache starts. If you get the 0 value, it means that the cache is created successfully.
The cache must be recreated in the following cases:
...
Optimizing the operation of the of the Face Detection detector VA on the GPU is complete.
...
| title | Attention! |
|---|
.
