Git Product home page Git Product logo

Comments (9)

xpain1 avatar xpain1 commented on May 26, 2024 1

hi @bertinetto
i know why that happened.because my matconvnet is 1.0-21,which has a dilate in the conv layer.so in the vl_simplenn_display,the error occured. i change my natconvnet from 1.0-21 to 1.0-20,the code is succeed.

from siamese-fc.

xpain1 avatar xpain1 commented on May 26, 2024

Hi @bertinetto
What's the meanning of '/path/to/deep-one-shot/util'in startup.m?

from siamese-fc.

bertinetto avatar bertinetto commented on May 26, 2024

It's a template/example path, you should fill in the absolute path of your
deep-one-shot/util folder

On Thu, Nov 10, 2016 at 8:34 AM, xpain1 [email protected] wrote:

Hi @bertinetto https://github.com/bertinetto

What's the meanning of '/path/to/deep-one-shot/util'in startup.m?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADLRueVK2ME7CRYL3BkdKow8uQUUS5Gaks5q8tcXgaJpZM4KIXJT
.

from siamese-fc.

xpain1 avatar xpain1 commented on May 26, 2024

@bertinetto
Thanks,but I don't find a folder named 'deep-one-shot'?

from siamese-fc.

bertinetto avatar bertinetto commented on May 26, 2024

oh i see, that was the name of the private repo.
it's siamese-fc/util

On Thu, Nov 10, 2016 at 10:27 AM, xpain1 [email protected] wrote:

@bertinetto https://github.com/bertinetto
Thanks,but I don't find a folder named 'deep-one-shot'?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADLRudOEJGHsWe1HN0EtZT9THUMU3aoJks5q8vGIgaJpZM4KIXJT
.

from siamese-fc.

xpain1 avatar xpain1 commented on May 26, 2024

@bertinetto
oh i see ,thanks!

from siamese-fc.

ygren avatar ygren commented on May 26, 2024

Hi,Where can i get your evaluation code in OTB and VOT?I want to reappear your results,Thanks.

from siamese-fc.

bertinetto avatar bertinetto commented on May 26, 2024

Hi, I didn't commit the evaluation code but it should be straightforward.
Consider that I have used the network trained with 20% grayscale to the on
OTB (shared in the project page)
Otherwise, I have shared all computed bounding boxes on the project page
http://www.robots.ox.ac.uk/~luca/siamese-fc.html

Cheers,
Luca

On Sat, Nov 12, 2016 at 1:05 PM, YgRen [email protected] wrote:

Hi,Where i can get your evaluation code in OTB and VOT,I want to reappear
your results,Thanks.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADLRufEySKmqOmRokY5UijZCfqhv2f8zks5q9bmIgaJpZM4KIXJT
.

from siamese-fc.

xpain1 avatar xpain1 commented on May 26, 2024

Hi, @bertinetto
i met some trouble when i try to train the net .there is non-existent field named 'dilate' in the layer 'conv1',but you use it in the info = vl_simplenn_display(net) ,so i want to know the reason,thanks!
here is my error:
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);

from siamese-fc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.