Can someone explain this type of error? please

1 visualización (últimos 30 días)
ALI AHMED EL-MAHMUDI
ALI AHMED EL-MAHMUDI el 28 de Mzo. de 2018
Comentada: ALI AHMED EL-MAHMUDI el 28 de Mzo. de 2018
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.

Respuestas (1)

Jan
Jan el 28 de Mzo. de 2018
Editada: Jan el 28 de Mzo. de 2018
  3 comentarios
Jan
Jan el 28 de Mzo. de 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 el 28 de Mzo. de 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

Iniciar sesión para comentar.

Categorías

Más información sobre Code Generation, GPU, and Third-Party Support en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by