Home > Mobile >  Rods for nerve OpenVINO how to specify the equipment
Rods for nerve OpenVINO how to specify the equipment

Time:03-09

 import openvino. Inference_engine as ie 
The import cv2
The import numpy
The import time


Def the main () :
# # # # # # # # # # # # # # # # # # # # # # # Device Initialization # # # # # # # # # # # # # # # # # # # # # # # #
# Plugin initialization for specified device and the load extensions library if specified
The plugin=ie. IEPlugin (device="MYRIAD")
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

Refer to other people, so I use to specify the equipment for nerve, but my own computer and raspberry pie on IEPlugin this function, should be how to deal with,
  • Related