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 or Intel HDDL, then the name of the neural network file must contain the _movidius substring at the end. For example, test1_movidius.ann.
|