foolwood / DCFNet

DCFNet: Discriminant Correlation Filters Network for Visual Tracking
MIT License
214 stars 66 forks source link

I meet the same problem with the same environment. After I change the default setting to nonrecursive, the problem still exists. Although the hint change, the problem seems unchanged. #25

Open Lee-AI-sco opened 5 years ago

Lee-AI-sco commented 5 years ago

I meet the same problem with the same environment. After I change the default setting to nonrecursive, the problem still exists. Although the hint change, the problem seems unchanged. Error Message below: Error using vl_argparse (line 108) Expected either a param-value pair or a structure.

Error in run_DCFNet>DCFNet_initialize (line 54) state = vl_argparse(state, param, 'nonrecursive');

Error in run_DCFNet (line 27) [state, ~] = DCFNet_initialize(im{1}, init_rect, param);

Error in demo_DCFNet (line 15) res = run_DCFNet(subS,0,0,param);

It seems like the param must be a structure. If not, the function will be in loop. But I do not allow it to loop, the function have to stop because of the lack of structured parameter. Can you help me? Thanks a lot.

Originally posted by @tzjtatata in https://github.com/foolwood/DCFNet/issues/9#issuecomment-374826229

Mystery824 commented 4 years ago

same