YuvalNirkin / find_face_landmarks

C++ \ Matlab library for finding face landmarks and bounding boxes in video\image sequences.
145 stars 44 forks source link

Attempt to execute SCRIPT find_face_landmarks as a function: #3

Closed omair50 closed 7 years ago

omair50 commented 7 years ago

Dear, I downloaded pre-compiled library and tried to run on a single still image by using following command "frames = find_face_landmarks(modelFile, 'img.jpg');" but it gives an error

Attempt to execute SCRIPT find_face_landmarks as a function: /home/omair530/FaceRegistration/find_face_landmarks_1_1/interfaces/matlab/find_face_landmarks.m

Any solution ?

YuvalNirkin commented 7 years ago

The precompiled binaries are only available on Windows currently. You will have to build from source on Linux.

alirazaee commented 6 years ago

Hello I am using matlab 2017 for find_facial_lanfmarks, I did the steps explained but the matlab wont be able to find the function find_facial_landmarks like below

frame = Find_face_landmarks(modelFile, I); Undefined function or variable 'Find_face_landmarks'.

YuvalNirkin commented 6 years ago

It's "find_face_landmarks" not "Find_face_landmarks".