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.

ITERATIONS or DONTBLOCK?

idata
Employee
506 Views

Hello, I am reading the NCS python APIs and I notice there are 3 enum for class GraphOption. One of these three is DONTBLOCK, but I find some other demos using a enum called ITERATIONS. Where is this ITERATIONS from and what it stands for?

 

Thanks

0 Kudos
1 Reply
idata
Employee
296 Views

@DaNious Thanks for reporting this. ITERATIONS is an undocumented feature that allows for making an inference multiple times. This enumeration is actually not supported by the current API and should be removed.

0 Kudos
Reply