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

Cannot make shared blob! while running in Docker

le_duc__hai
Beginner
844 Views

Hi guys,

I followed these instructions at (https://docs.openvinotoolkit.org/2019_R1/_docs_install_guides_installing_openvino_docker.html)

I installed OpenVino in Linux Docker successful. (My PC : Intel® Core™ i5-8400 CPU @ 2.80GHz × 6 )

But I got the error as below while I tried to run this command line : python3 object_detection_demo_ssd_async.py -i cam -m face-detection-adas-0001.xml -d CPU -l /opt/intel/openvino/deployment_tools/inference_engine/lib/intel64/libcpu_extension_avx512.so

=================== ================
[ INFO ] Initializing plugin for CPU device...
[ INFO ] Reading IR...
[ INFO ] Loading IR to the plugin...
Traceback (most recent call last):
  File "object_detection_demo_ssd_async.py", line 184, in <module>
    sys.exit(main() or 0)
  File "object_detection_demo_ssd_async.py", line 77, in main
    exec_net = plugin.load(network=net, num_requests=2)
  File "ie_api.pyx", line 395, in openvino.inference_engine.ie_api.IEPlugin.load
  File "ie_api.pyx", line 406, in openvino.inference_engine.ie_api.IEPlugin.load


RuntimeError: Cannot make shared blob! The blob type cannot be used to store objects of current precision

==> Could you please help me solve it?

Thanks
 

0 Kudos
1 Reply
McDonald__John
Beginner
844 Views

Hi Hai,

Did you manage to find any solution to this problem?

Thanks,

John.

0 Kudos
Reply