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

Cannot load './results/options.mat' while running flandmark_learn.m file #12

Open
khalidiitdu opened this issue Dec 7, 2013 · 0 comments

Comments

@khalidiitdu
Copy link

I am trying to run 'flandmark_learn.m' file, but it's getting following error:

Error using load
Unable to read file ./results/options.mat: No such file or directory.

Error in prepDataForLBP (line 27)
load('./results/options.mat');

I noticed that 'options.mat' is saved into './code/MAT/' directory (save('./code/MAT/options.mat', 'options');--->flandmark_learn.m, line no: 83 )

If I make changes in 'prepDataForLBP.m' file from "load('./results/options.mat');" to "load('./MAT/options.mat');", In that case it shows following error message:

Reference to non-existent field 'S'.

Error in prepDataForLBP (line 30)
S = options.S;

Error in run (line 57)
evalin('caller', [s ';']);

Error in flandmark_learn (line 160)
run './code/prepDataForLBP.m';

run
Error using run (line 23)
Not enough input arguments.

What should I do???

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

No branches or pull requests

1 participant