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.
6392 Discussions

How to use non Intel Vino's opencv in python?

TSS00
Beginner
685 Views

I downloaded Intel Vino which comes with opencv community.

I'd like to use the extra modules of opencv (like tracking) which are not part of the modules that comes with intel vino's opencv.

 

How can remove the dependency of Opencv and Intel vino?

Is it possible to install another version of opencv? What shall I do in order to use another version of opencv in python? 

 

 

0 Kudos
1 Solution
Maksim_S_Intel
Employee
685 Views

Yes you can use any recent version of OpenCV. You should either disable this component in installation dialog, either remove <openvino>/opencv directory and all cv2.* files in <openvino>/python directory.

View solution in original post

0 Kudos
1 Reply
Maksim_S_Intel
Employee
686 Views

Yes you can use any recent version of OpenCV. You should either disable this component in installation dialog, either remove <openvino>/opencv directory and all cv2.* files in <openvino>/python directory.

0 Kudos
Reply