bertinetto / cfnet

[CVPR'17] Training a Correlation Filter end-to-end allows lightweight networks of 2 layers (600 kB) to high performance at fast speed..
MIT License
523 stars 155 forks source link

Encountered 'MulConst' error, request corresponding matconvnet version number for experiment:cry:: #2

Closed pmixer closed 7 years ago

pmixer commented 7 years ago

Hi Luca, You got every thing well prepared for reproducing the experiment:+1:. Meanwhile, due to many factors, errors may occur, I got

Error in dagnn.DagNN.loadobj (line 26)
    block = constr() ;

Error in tracker (line 84)
    net_z = dagnn.DagNN.loadobj(net_z.net);

Error in run_tracker_evaluation>do_OTB_TRE (line 107)
        [new_boxes, new_speed] = tracker(tpar);

Error in run_tracker_evaluation (line 63)
            [all_boxes, all_gt, all_type, times] = do_OTB_TRE(video, all_boxes, all_gt, all_type, times, run_params.subSeq,
            tracker_params, run_params);

and assume this issue correlates with matconvnet version and hope more detailed about used matconvnet in original experiment could be provided, many thx:smiley:!

Escheee commented 7 years ago

Maybe you should run startup.m first or just add ../util folder to your Matlab search path.

bertinetto commented 7 years ago

Hi, I can't see what raised the error in what you pasted. Did you try what HakaseH suggested? Anyway, in case it is useful, we used beta23