We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I am using matlab 2017a and matconvnet-1.0-beta20. When I execute run_experiment, after loading imdb_video, I encounter this problem:
run_experiment
imdb_video
loading imdb video... construct network Reference to non-existent field 'dilate'. Error in vl_simplenn_display (line 82) ks = (ks - 1) .* ly.dilate + 1 ; Error in vid_create_net>add_block (line 60) info = vl_simplenn_display(net) ; Error in vid_create_net>modified_alexnet (line 141) net = add_block(net, opts, '2', 5, 5, 48, 256, strides(3), 0) ; Error in vid_create_net (line 28) net = modified_alexnet(struct(), opts) ; Error in make_siameseFC (line 22) branch = vid_create_net(... Error in experiment>make_net (line 136) net = make_siameseFC(opts); Error in experiment (line 69) net = make_net(opts); Error in run_experiment (line 17) experiment(imdb_video, opts);
I have tried matconvnet-1.0-beta20, matconvnet-1.0-beta21, matconvnet-1.0-beta24 and all of them end with the same problem. How can fix it?
matconvnet-1.0-beta20
matconvnet-1.0-beta21
matconvnet-1.0-beta24
The text was updated successfully, but these errors were encountered:
Modify the network with dilate field set to 0 should work.
Anyway, I highly recommend to use the SiamFC v2 code of CFNet (referred in paper as baseline-conv5). https://github.com/bertinetto/cfnet
Sorry, something went wrong.
No branches or pull requests
I am using matlab 2017a and matconvnet-1.0-beta20. When I execute
run_experiment
, after loadingimdb_video
, I encounter this problem:I have tried
matconvnet-1.0-beta20
,matconvnet-1.0-beta21
,matconvnet-1.0-beta24
and all of them end with the same problem.How can fix it?
The text was updated successfully, but these errors were encountered: