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.

Re: Re:Help on face detection demo

yleal
Beginner
400 Views

I solved that and then edited again my post. I forgot to include -d MYRIAD. I'm using Movidius with Linux. My Python version is 3.8.10 and my numpy version is 1.19.5

But my problem now is that I write:

python3 face_detection_mtcnn_demo.py -i /media/ssd/open_model_zoo/models/intel/face-detection-0200/assets/face-detection-0200.png -m_r /media/ssd/public/mtcnn/mtcnn-r/FP16/mtcnn-r.xml -m_o /media/ssd/public/mtcnn/mtcnn-o/FP16/mtcnn-o.xml -m_p /media/ssd/public/mtcnn/mtcnn-p/FP16/mtcnn-p.xml -d MYRIAD --loop

 

and I get:

Traceback (most recent call last):
File "face_detection_mtcnn_demo.py", line 283, in <module>
sys.exit(main() or 0)
File "face_detection_mtcnn_demo.py", line 190, in main
compiled_pnet = core.compile_model(p_net, args.device)
File "/media/ssd/openvino_env/lib/python3.8/site-packages/openvino/runtime/ie_api.py", line 387, in compile_model
super().compile_model(model, device_name, {} if config is None else config),
RuntimeError: Cannot load library 'libopenvino_intel_myriad_plugin.so: libopenvino_intel_myriad_plugin.so: cannot open shared object file: No such file or directory

0 Kudos
2 Replies
Hairul_Intel
Moderator
361 Views

Hi yleal,

For your information, the error is because MYRIAD plugin is not available through pip packages downloaded on PyPI. You can use MYRIAD plugin via Python using Install OpenVINO™ Runtime on Linux from an Archive File.

 

Pease note that the MTCNN models required by Face Detection MTCNN Python* Demo is only supported on CPU and GPU devices but not supported on MYRIAD devices. Refer to the Public Pre-Trained Models Device Support for more information.

 

 

Regards,

Hairul


0 Kudos
Hairul_Intel
Moderator
319 Views

Hi yleal,

This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.

 

 

Regards,

Hairul


0 Kudos
Reply