Skip to content
New issue

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

Reference to non-existent field 'dilate' #51

Open
Angel-Jia opened this issue Mar 27, 2018 · 1 comment
Open

Reference to non-existent field 'dilate' #51

Angel-Jia opened this issue Mar 27, 2018 · 1 comment

Comments

@Angel-Jia
Copy link

Angel-Jia commented Mar 27, 2018

I am using matlab 2017a and matconvnet-1.0-beta20. When I execute run_experiment, after loading imdb_video, I encounter this problem:

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?

@bertinetto
Copy link
Owner

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants