Skip to content

ERROR in DCFNet/DCFNet/run_DCFNet.m, line53? #9

@Damax18

Description

@Damax18

Hi, thnaks for your sharing.

When i run the code in matlab2016a with matconvnet beta25, there is always an error:


error using vl_argparse (line 63)
OPTS must be a structure

error vl_argparse (line 160)
opts.(field) = vl_argparse(opts.(field), value,
'merge') ;

error vl_argparse (line 97)
opts = vl_argparse(opts, vertcat(params,values),
varargin{:}) ;

error DCFNet_initialize (line 16)
state = vl_argparse(state, param);

error demo_DCFNet (line 43)
[state, ~] = DCFNet_initialize(im{1}, init_rect, opts);


After a check on the relevant code, the error could be aviod when the code 'state.net =[];' changed to be 'state.net = param.net;' in DCFNet_initialize.m.

Does the error occured because my matconvnet version or something else?

Thanks!

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions