Versions Compared

Key

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

...

Info
titleNotes

The file names for each neural network model depend on the device on which the neural network will operate:

  • If you intend to use a CPU or Intel GPU (integrated video core), then it is necessary to train the neural network file using the OpenVINO toolkit, and the name of the neural network file must contain the _openvino substring at the end. For example, test1_openvino.ann.
  • If you intend to use an NVIDIA GPU graphics processor, then the name of the neural network file should contain only the name of the neural network. For example, test1.ann.
  • If you intend to use the Intel NCS, then the name of the neural network file must contain the _movidius substring at the end. For example, test1_movidius.ann.

Before you start configuring the neural network-based detection tools, you must contact the AxxonSoft technical support and request the model files of the trained neural networks. Technical support specialists will request the required data (see Data collection requirements for neural network training) and then provide the files for each neural network model. These files must be distributed to all Servers where you plan to use the detection tools.

...