Giter Site home page Giter Site logo

Comments (5)

JudasDie avatar JudasDie commented on August 18, 2024

Thanks for sharing your code first. I am sorry to bother you as a deep learning beginner.
I did modified path_to/toolkit in lib/core/get_eao.m to my vot-toolkit path as

addpath('/home/ltp/vot-toolkit/'); toolkit_path; % Make sure that VOT toolkit is in the path
pwd = ['/home/ltp/vot-toolkit/', 'vot', year]  % year is a str (can not be a number)

but I still got warning before training like this:

File /home/ltp/桌面/Workspace/SiamDW-master/lib/core/get_eao.m, line 12, in get_eao
unrecognized argument /home/ltp/vot-toolkit/vot2017

This problem has bothered me for weeks,hope you can help,thanks.

20190830151133

Thanks for your interest. Have you set up VOT workspace before testing?
I think I found where the problem is. The original workspace_load.m does't take any input arguments. You can modify workspace_load.m to receive an input argument.

from siamdw.

kasuo511 avatar kasuo511 commented on August 18, 2024

It is exactly where my problem lies. That helps a lot.
I modified my workspace_load.m file, line 33 to:

case '/home/ltp/vot-toolkit/vot2017', directory = args{j+1};

and now the code is downloading for something I have no idea.
20190830162846

from siamdw.

JudasDie avatar JudasDie commented on August 18, 2024

It is exactly where my problem lies. That helps a lot.
I modified my workspace_load.m file, line 33 to:

case '/home/ltp/vot-toolkit/vot2017', directory = args{j+1};

and now the code is downloading for something I have no idea.
20190830162846

Please see 'siamese_tracking/train_xx.py'. The code will download pretrained model from GoogleDrive automatically.

from siamdw.

kasuo511 avatar kasuo511 commented on August 18, 2024

It is exactly where my problem lies. That helps a lot.
I modified my workspace_load.m file, line 33 to:
case '/home/ltp/vot-toolkit/vot2017', directory = args{j+1};
and now the code is downloading for something I have no idea.
20190830162846

Please see 'siamese_tracking/train_xx.py'. The code will download pretrained model from GoogleDrive automatically.

Thank you for all your help! I'll find a vpn and download the GOT10K pretrained model, you may close the issue. Have a nice weekend.

from siamdw.

JudasDie avatar JudasDie commented on August 18, 2024

Thank you for all your help! I'll find a vpn and download the GOT10K pretrained m

Glad that I can help you. You can email me ([email protected]) if you have any other questions. :)

from siamdw.

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.