Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to execute ASLA #6

Open
MBehtemam opened this issue Oct 2, 2016 · 5 comments
Open

failed to execute ASLA #6

MBehtemam opened this issue Oct 2, 2016 · 5 comments

Comments

@MBehtemam
Copy link

MBehtemam commented Oct 2, 2016

i copy the images "car4" to "data/car4" directory and then change tb_50.txt files to this :

Car4    IV ,SV

then try to run this code but i get these errors :

PS C:\Users\Mohammad\Desktop\tracker_benchmark-master> python run_trackers.py -s tb50
  Setup sequences ...
    Car4    ./data/Car4/img/
Input Test name : Mohammad
  Starting benchmark for 24 trackers, evalTypes : ['OPE', 'SRE', 'TRE']
     1_ASLA, 1_Car4:1/1 - OPE
    Starting matlab engine...
       Undefined function or variable 'vl_setup'.

Error in run_ASLA (line 5)
vl_setup;

      failed to execute ASLA : (<class 'matlab.engine.MatlabExecutionError'>, MatlabExecutionError("\n  File C:\\Users\\Mohammad\\Desktop\\tracker_benchmark-
          master\\trackers\\ASLA\\run_ASLA.m, line 5, in run_ASLA\nUndefined function or variable            'vl_setup'.\n",), <traceback object at 0x00000000036E6548>)
          Traceback (most recent call last):
       File "run_trackers.py", line 146, in <module>
           main(sys.argv[1:])
          File "run_trackers.py", line 50, in main
trackers, seqs, evalType, shiftTypeSet)
         File "run_trackers.py", line 138, in run_trackers
            butil.save_seq_result(seqResults)
         File "C:\Users\Mohammad\Desktop\tracker_benchmark-master\scripts\butil\load_results.py", line 5, in save_seq_result
          tracker = result[0].tracker
        IndexError: list index out of range
@SMZCC
Copy link

SMZCC commented Feb 28, 2018

Hello, I have encountered the same problem. Have you solved the problem? @MBehtemam And how?

@aaon22357
Copy link

@SMZCC hello, have you solved this? I met the same problem~

@SMZCC
Copy link

SMZCC commented Oct 16, 2018

No, I just gave up 😢 @aaon22357

@aaon22357
Copy link

@SMZCC Thank you as well ~

@UndecidedBoy
Copy link

UndecidedBoy commented Oct 31, 2018

Hello,
I had the same problem as stated above with ASLA.
I managed to solve this error by:

  • Downloading VLFeat from http://www.vlfeat.org/download.html
  • Adding the path from the VLFeat library in the MatLab paths.
    -> Open MatLab
    -> addpath('Path\to\VLFeat\Location')
    -> savepath

It just takes tremendous time to output something from the cmd window...
Hope this helps :)
Nice day all !

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

No branches or pull requests

4 participants