Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in compiling detectorModelBuild.m #38

Open
tarannomeghazal opened this issue Feb 18, 2018 · 3 comments
Open

Error in compiling detectorModelBuild.m #38

tarannomeghazal opened this issue Feb 18, 2018 · 3 comments
Labels

Comments

@tarannomeghazal
Copy link

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

@tarannomeghazal
Copy link
Author

@uricamic
please help me.
Thank you

@uricamic
Copy link
Owner

Hi @tarannomeghazal,

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:

save('./code/MAT/functions_gdisp.mat', 'f_argmax', 'f_risk', ...
).

@tarannomeghazal
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants