Can someone explain this type of error? please

1 visualizzazione (ultimi 30 giorni)
Invalid MEX-file 'C:\Users\server\Documents\MATLAB\find_face_landmarks.mexw64': The specified module could not be found. I tried different solutions, but the problem still when I run landmarks function. I use R2016a, win7-64bit.

Risposte (1)

Jan
Jan il 28 Mar 2018
Modificato: Jan il 28 Mar 2018
  3 Commenti
Jan
Jan il 28 Mar 2018
The messages are clear: The mex seems to be compiled for a different CPU type. Then load the sources and compile it for your computer. Or contact the author.
By the way: You did not explain, where the tool is coming from. It is not a part of Matlab. The less the readers have to guess, the more likely is a useful answer.
ALI AHMED EL-MAHMUDI
ALI AHMED EL-MAHMUDI il 28 Mar 2018
It is landmarked tool 'Dlib'. It built in Opencv but you can use it in Matlab like mex file. https://github.com/YuvalNirkin/find_face_landmarks

Accedi per commentare.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by