Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Creating GPU network caches using registry keysparameters:

  1. -p is a key parameter to create a cache for a particular network.
    Command example:

    Code Block
    C:\Program Files\Common Files\AxxonSoft\DetectorPack\NeuroPackGpuCacheGenerator.exe -p "<System disk>\<Network location directory>\Network_name.ann"

    To create a cache for multiple networks, list the paths to the selected networks, separated by a space.
    Command example:

    Code Block
    C:\Program Files\Common Files\AxxonSoft\DetectorPack\NeuroPackGpuCacheGenerator.exe -p "<System disk>\<Network location directory>\Network_name.ann" "C:\Program Files\Common Files\AxxonSoft\DetectorPack\NeuroSDK\WaterLevelRuleNet_origin_onnx.ann"


  2. -v is a key parameter to output the procedure log to the console during cache generation.
    Command example to automatically create caches of four networks included in the Neuro Pack add-ons with log output:

    Code Block
    C:\Program Files\Common Files\AxxonSoft\DetectorPack\NeuroPackGpuCacheGenerator.exe -v

    Command example:

    Code Block
    C:\Program Files\Common Files\AxxonSoft\DetectorPack\NeuroPackGpuCacheGenerator.exe -p "<System disk>\<Network location directory>\Network_name.ann" -v


  3. --int8=1 is a key parameter to create a quantized version of the cache for those networks for which quantization is available. By default, the --int8=0 key parameter is disabled.
    Command example:

    Code Block
    C:\Program Files\Common Files\AxxonSoft\DetectorPack\NeuroPackGpuCacheGenerator.exe --int8=1


    Note
    titleAttention!

    The networks for which the quantization mode is available are included in the Neuro Pack add-ons together with the *.info file.

    The networks for which the quantization mode is available:

    1. GeneralNMCar_v1.0GPU_onnx.annvehicles.
    2. GeneralNMHuman_v1.0GPU_onnx.ann—human.
    3. GeneralNMHumanTopView_v0.8GPU_onnx.ann—human, top view.