- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you can install another OpenCV along with OpenVINO. The one from OpenVINO will not be used if you do not activate OpenVINO environment. setupvars.sh script just sets OpenCV_DIR, PATH, LD_LIBRARY_PATH and PYTHONPATH environment variables.
To check which OpenCV version have been loaded in Python, add following commands to your script:
print(cv2.__version__) print(cv2.__file__)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I didn't run the setupvars.bat file because I also wanted my own version of opencv for my program. However, I now get the following error when trying to import inference_engine:
from .ie_api import *
ImportError: DLL load failed: The specified module could not be found.
If this post is still open, any help would be appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Never mind, I was able to edit the batch file in a way that corrected my issue

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page