Unable to Read a Network from Intermediate Representation (IR) When Using “cv2.dnn.readnet()”
Content Type: Error Messages | Article ID: 000089329 | Last Reviewed: 05/20/2022
Use ie.read_network() to read a network from IR:
from openvino.inference_engine import IECore
ie = IECore()
net = ie.read_network(“xml_file”, “bin_file”)