Skip to content

libqp_splx => Incorrect number of input arguments #17

@SalahiAltinci

Description

@SalahiAltinci

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions