You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I downloded the flandmark V106 from : http://cmp.felk.cvut.cz/~uricamic/flandmark/
then i runed the detectorModelBuild.m and i got this error :
Error using load
Unable to read file './MAT/functions_gdisp.mat'. No such file or directory.
Error in detectorModelBuild (line 16)
load('./MAT/functions_gdisp.mat');
what should i do now?
please help me
The text was updated successfully, but these errors were encountered:
first of all, I would like to ask why do you want to run this script detectorModelBuild.m? Maybe it is not the thing which you are looking for at all.
To answer your question the ./MAT folder is created when you are learning the detector, so this function detectorModelBuild.m assumes that it was already created (here to be more specific:
Hi @uricamic
because when i run the flandmark_learn.m (based on README) , this is an error:
Error using flandmark_learn (line 103)
??? Mex-files not found! Please compile the flandmark with BUILD_MATLAB_BINDINGS turned on.\n
Hi, I downloded the flandmark V106 from : http://cmp.felk.cvut.cz/~uricamic/flandmark/
then i runed the detectorModelBuild.m and i got this error :
Error using load
Unable to read file './MAT/functions_gdisp.mat'. No such file or directory.
Error in detectorModelBuild (line 16)
load('./MAT/functions_gdisp.mat');
what should i do now?
please help me
The text was updated successfully, but these errors were encountered: