We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(base) zhengxin@zhengxin:~/OpenVINO-YOLOV4$ python object_detection_demo_yolov4_async.py -m darknet_yolov4.xml -i 1.jpg -d CPU Traceback (most recent call last): File "object_detection_demo_yolov4_async.py", line 27, in from openvino.inference_engine import IECore File "/home/zhengxin/anaconda3/lib/python3.8/site-packages/openvino/inference_engine/init.py", line 30, in from .ie_api import * ImportError: /home/zhengxin/anaconda3/lib/python3.8/site-packages/openvino/inference_engine/ie_api.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN15InferenceEngine10IExtension9getOpSetsEv
I need help,thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(base) zhengxin@zhengxin:~/OpenVINO-YOLOV4$ python object_detection_demo_yolov4_async.py -m darknet_yolov4.xml -i 1.jpg -d CPU
Traceback (most recent call last):
File "object_detection_demo_yolov4_async.py", line 27, in
from openvino.inference_engine import IECore
File "/home/zhengxin/anaconda3/lib/python3.8/site-packages/openvino/inference_engine/init.py", line 30, in
from .ie_api import *
ImportError: /home/zhengxin/anaconda3/lib/python3.8/site-packages/openvino/inference_engine/ie_api.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN15InferenceEngine10IExtension9getOpSetsEv
I need help,thanks.
The text was updated successfully, but these errors were encountered: