Go to documentation repository
...
...
-p is a parameter to create a cache for a particular neural network.
Command exampleExample of a command:
| Code Block |
|---|
./NeuroPackGpuCacheGenerator -p /opt/AxxonSoft/DetectorPack/NeuroSDK/GeneralNMHumanAndVehicle_Nano_v1.0_GPU_onnx.ann |
-v is a parameter to output the procedure log to the console during cache generation.
Command example Example of a command to automatically create caches of four neural networks included in the Neuro Pack add-ons with log output:
| Code Block |
|---|
./NeuroPackGpuCacheGenerator -v |
--int8=1 is a parameter to create a quantized version of the cache for those neural networks for which quantization is available. By default, the --int8=0 parameter is disabled.
Command exampleExample of a command:
| Code Block |
|---|
./NeuroPackGpuCacheGenerator -p /opt/AxxonSoft/DetectorPack/NeuroSDK/GeneralNMHumanAndVehicle_Nano_v1.0_GPU_onnx.ann --int8=1 |
| Note | ||
|---|---|---|
| ||
The neural networks for which the quantization mode is available are included in the Neuro Pack add-ons together with the *.info file. |
| Code Block | ||
|---|---|---|
| ||
./NeuroPackGpuCacheGenerator -v -f |
The neural networks for which the quantization mode is available (see Neural tracker, Stopped object detector, Neural counter):
Starting with DetectorPack 3.11, the following neural networks were added:
...