intuiface / FaceDetectionIA

Intuiface Interface Asset which uses the OpenVINO™ toolkit to automatically detect, log, and react to age, gender, head pose, and emotion using any camera.
https://www.intuiface.com/
MIT License
3 stars 2 forks source link

Failed to create plugin MKLDNNPlugin.dll for device CPU #1

Closed nezarfadle closed 4 years ago

nezarfadle commented 4 years ago

I am having this issue when I try to launch the run_server_cpu.bat batch file.

alt text

C:\OpenVINOFaceDetectionServer>run_server_cpu.bat

C:\OpenVINOFaceDetectionServer>OpenVINOFaceDetectionServer.exe -i cam -m .\models\face-detection-adas-0001.xml -m_ag .\models\age-gender-recognition-retail-0013.xml -m_em .\models\emotions-recognition-retail-0003.xml -m_hp .\models\head-pose-estimation-adas-0001.xml -d CPU
InferenceEngine: 00007FFB1A87B740
[ INFO ] Parsing input parameters
[ INFO ] Reading input
[ INFO ] Loading device CPU
[ WARN:0] global C:\jenkins\workspace\OpenCV\OpenVINO\2019R4\build\windows\opencv\modules\videoio\src\cap_msmf.cpp (674) SourceReaderCB::~SourceReaderCB terminating async callback
[ ERROR ] Failed to create plugin C:\OpenVINOFaceDetectionServer\MKLDNNPlugin.dll for device CPU
Please, check your environment
Cannot load library 'C:\OpenVINOFaceDetectionServer\MKLDNNPlugin.dll': 1114 from cwd: C:\OpenVINOFaceDetectionServer

I am using :

Windows 10
Built-In Webcam ( HP HD Webcam [Fixed] )
nezarfadle commented 4 years ago

Is there any update on this ?

@nicolas-daures

SebMeunier commented 4 years ago

Hi @nezarfadle .

Can you precise on which PC / CPU are you trying to run this FaceDetectionServer please?

nezarfadle commented 4 years ago

Hey @SebMeunier

Here is the CPU specs:

image

SebMeunier commented 4 years ago

Hi @nezarfadle

Intel's requirements for OpenVINO state "6th to 10th generation Intel® Core™ and Intel® Xeon® processors"

Regarding our FaceDetection server, we recommend here at least an 8th gen i5

Your CPU is a 3rd gen, so it's below both requirement & recommendation.

nezarfadle commented 4 years ago

Hey @SebMeunier ,

Thank you very much for the clarification, it makes sense now.

I think this issue can be closed now.