davisking / dlib

A toolkit for making real world machine learning and data analysis applications in C++
http://dlib.net
Boost Software License 1.0
13.48k stars 3.37k forks source link

Chineese Whisper Strange Behavior with Intel MKL multiply core #1037

Closed MyraBaba closed 6 years ago

MyraBaba commented 6 years ago

I modified the dnn_face_recognition_ex to take camera feed and feed the captured faces to the faces vector until window closed. than It is perfectly clustering the faces.

I Installed Intel MKL to my VM Ubuntu 17.04 . Same code same version of the dlib behaiving very strangely. I gave the 8 cores to the vm . its using all cores.

Clustering looks not working. It makes cluster for each faces. ! Same faces same code.

When I dropped the cpu 1 core for VM its working again as it should be ?

Any idea ? I am confused..

Best

davisking commented 6 years ago

That shouldn't happen. You should run the dlib unit test suite on that VM with and without the MKL. It will run tests to see if the MLK is working correctly.

dlib-issue-bot commented 6 years ago

Warning: this issue has been inactive for 250 days and will be automatically closed on 2018-09-07 if there is no further activity.

If you are waiting for a response but haven't received one it's likely your question is somehow inappropriate. E.g. you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's documentation, or a Google search.

dlib-issue-bot commented 6 years ago

Notice: this issue has been closed because it has been inactive for 254 days. You may reopen this issue if it has been closed in error.