Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

Explain creating instance of Inference Engine

JCBreaux
Beginner
340 Views

Can you explain why to create an instance of the inference engine the instruction is "ie = IECore()", but in this documentation the its _init_()?  I'm confused.

0 Kudos
2 Replies
Munesh_Intel
Moderator
319 Views

Hi Jean-Claude,


Thanks for reaching out to us. __init__() is a class constructor in Inference Engine Python API, which initializes an IECore object.


I would suggest you check out the Machine Translation Demo Python code for a working example:

https://github.com/openvinotoolkit/open_model_zoo/blob/master/demos/python_demos/machine_translation_demo/machine_translation_demo.py

 


Regards,

Munesh


0 Kudos
Munesh_Intel
Moderator
310 Views

Hi Jean-Claude,

This thread will no longer be monitored since we have provided a reference. If you need any additional information from Intel, please submit a new question.


Regards,

Munesh


0 Kudos
Reply