PINTO0309 / OpenVINO-YoloV3

YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO
https://qiita.com/PINTO
Apache License 2.0
538 stars 165 forks source link

RuntimeError: Cannot load library 'lib/libcpu_extension.so' #50

Closed smallworld-network-wupeng closed 5 years ago

smallworld-network-wupeng commented 5 years ago

[Required] Your device (RaspberryPi3, LaptopPC, or other device name):
MacBook pro 2014 [Required] Your device's CPU architecture (armv7l, x86_64, or other architecture name):
x86_64 [Required] Your OS (Raspbian, Ubuntu1604, or other os name):
MacOs [Required] Details of the work you did before the problem occurred:



[Required] Error message:
wupengdeMacbook-Pro:OpenVINO-YoloV3 wupeng$ python3 openvino_yolov3_test.py Traceback (most recent call last): File "openvino_yolov3_test.py", line 248, in sys.exit(main_IE_infer() or 0) File "openvino_yolov3_test.py", line 181, in main_IE_infer plugin.add_cpu_extension("lib/libcpu_extension.so") File "ie_api.pyx", line 584, in openvino.inference_engine.ie_api.IEPlugin.add_cpu_extension File "ie_api.pyx", line 588, in openvino.inference_engine.ie_api.IEPlugin.add_cpu_extension RuntimeError: Cannot load library 'lib/libcpu_extension.so': dlopen(lib/libcpu_extension.so, 1): no suitable image found. Did find: lib/libcpu_extension.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x03 /Users/wupeng/source_code/OpenVINO-YoloV3/lib/libcpu_extension.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x03


[Required] Overview of problems and questions:
When I run openvino_yolov3_test.py ,these is a error


smallworld-network-wupeng commented 5 years ago

I Solve the problem

humandotlearning commented 5 years ago

@smallworld-network-wupeng how did you solve it?