Go to documentation repository
A utility was added to neural analytics, which allows you to create GPU neural network caches without using Axxon PSIM. The presence of cache speeds up the initialization and optimizes video memory consumption.
Note | ||
---|---|---|
| ||
|
Creating GPU neural network caches:
Code Block |
---|
C:\Program Files (x86)\Axxon PSIM\Modules64\caffewrapper\NeuroAnalyticsGpuCacheGenerator.exe -g 0 -p "<System disk>\<Directory of neural network location>\Neural_network_name.ann" |
Code Block |
---|
C:\Program Files (x86)\Axxon PSIM\Modules64\caffewrapper\NeuroAnalyticsGpuCacheGenerator.exe -g 0 -p "<System disk>\<Directory of neural network location>\Neural_network_name.ann" "C:\Program Files (x86)\Axxon PSIM\Modules64\caffewrapper\Models\poseEstimator_original.ann" |
Code Block |
---|
C:\Program Files (x86)\Axxon PSIM\Modules64\caffewrapper\NeuroAnalyticsGpuCacheGenerator.exe -g 0 -v |
Code Block |
---|
C:\Program Files (x86)\Axxon PSIM\Modules64\caffewrapper\NeuroAnalyticsGpuCacheGenerator.exe -g 0 -p "<System disk>\<Directory of neural network location>\Neural_network_name.ann" -v |
Code Block |
---|
C:\Program Files (x86)\Axxon PSIM\Modules64\caffewrapper\NeuroAnalyticsGpuCacheGenerator.exe -g 0 --int8=1 |
Note | ||
---|---|---|
| ||
The neural networks for which the quantization mode is available are included in neural analytics together with the *.info file. |
The neural networks for which the quantization mode is available:
It can take several minutes to launch neural analytics algorithms on NVIDIA GPU after Server restart. Meanwhile, the neural models are optimized for the current GPU type.
You can use the caching function to ensure that this operation is performed only once. Caching saves the optimization results on the hard drive and uses it for the subsequent analytics runs.
When you install DetectorPack, the GPU_CACHE_DIR system variable is automatically created. Its value specifies the path to the folder with optimization results C:\Program Files (x86)\AxxonPSIM\Modules64\caffewrapper\Networks\cached.
The cache size depends on the number of neural networks used and their type, the minimum size is 70 MB.
...
title | Attention! |
---|
...