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) for the neurotracker operation, then it is necessary to train the neural network file using the OpenVINO toolkit, and the name of the neural network file should contain the _openvino substring at the end. For example, test1_openvino.ann.
- If you intend to use the Nvidia NVIDIA GPU for the neurotracker operation, 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 Neural Compute Stick (Movidius of any generation) or Intel HDDL (a device for working with several Movidius) for the neurotracker operation, then the name of the neural network file should contain the _movidius substring at the end. For example, test1_movidius.ann.
- Also, there should be a file with the *.txt extension in the same directory as the neural network file with the *.ann extension. The *.txt file should have the same name as the *.ann file.
|