-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Hey,
I'm trying to train a model,
i run learn_flanmark.m but I got an error when it comes to BMRM solver.
Error occurs in brmr.m at line 127 which is:
% solve reduced problem
[alpha,stat] = libqp_splx(H(1:nCP,1:nCP),-b(1:nCP),1,ones(1,nCP),1,[alpha;0]);
it says Incorrect number of input arguments in libqp_splx mex.
When i check mex file, total of 12 mxArrays required for that function. but mex file gets only 3 mxArrays and i get that error.
Any help is appreciated. Im trying to solve this. if i find a solution i ll post it here.
Thanks in advance.
PS: I am using a image dataset that i have created. for testing purposes i'm using a limited number of images. I'm using 32bit matlab. All mex files are compiled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels