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.

Python api documentation

Platter__Paolo
Beginner
473 Views

Hi,

are you planning to improve the documentation of Python API ? I can't find a lot of functions available on the c++ version

 

 

0 Kudos
3 Replies
Mikhail_T_Intel
Employee
473 Views

Hi,

Inference Engine Python API has more simplified and high-level interfaces comparing to C ++ and does not implement C ++ functionality exactly the same, only basic functions required for inference and plugins configurations. That is the reason why you can not find some functions.

The set of functions is going to be extended in the future. What exact features do you miss in the Python API?

0 Kudos
Platter__Paolo
Beginner
473 Views

For example there are no batch functionalities.

Thanks

 

 

0 Kudos
Mikhail_T_Intel
Employee
473 Views

Currently batch size can be specified on IR generation stage in Model Optimizer, in python code it's just required to fill input blob properly.

But anyway, analogue of setBatchSize will be added to python API in the future.

0 Kudos
Reply