Giter VIP home page Giter VIP logo

tracker_benchmark's Issues

setup_seqs.py

setup_seqs(loadSeqs)

NameError: name 'setup_seqs' is not defined

no such file in the scripts/butil directory !!!!!!!!!

failed to execute ASLA

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

Tutorial for pami15 branch needed

Hi,
Could you please add a README/tutorial that explains how to use the code?
Functions are documented, but it's not clear what to do first and which is the entry point.

An example tutorial that explains step-by-step what to do would be greatly appreciated.

Different scores reported on the graph

Hi, I tried to reproduce results from several papers.
I took their raw results and wrote my code so that this repo can evaluate performance from the raw results.
I visualized the results in terms of the bounding boxes positions in each frames.
Everything seems to work fine.
However, when I plot the graphs, it seems that the reported scores are different compared to those reported in the papers by ~1-2%.

Does anyone has the same observation?

json results dumps error

when "json.dumps" result rarise error under the envrionment windows python2.7. and print message:
" [<type 'str'>, <type 'unicode'>, <type 'int'>, <type 'int'>, <type 'str'>, <type 'long'>, <type 'NoneType'>, <type 'str'>, <class 'matlab.mlarray.double'>, <type 'list'>] "

JSON results for existing trackers

Hi! Are the results of existing trackers available in JSON format? Is there a script to convert the .mat files to .json files? Thank you!

The OS is Windows?

Finally I have modified the code from python2.7 to python3.6, and solved the problem of running ASLS. BUT when running the BSBT, realized that the code was written in Windows system. It would be nice if the author could mention it in the readme.md file.

TypeError('unsupported data type unicode',)

When I ran this demo, I ran 'python run_tracker.py' and then there are some wrong, could you give me some suggestion?
failed to execute LOT : (<type 'exceptions.TypeError'>, TypeError('unsupported data type unicode',), <traceback object at 0x7fd4c7c87f38>) 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 "/home/hanzhj/ZTL_projects/Tracking/tracker_benchmark/scripts/butil/load_results.py", line 5, in save_seq_result tracker = result[0].tracker IndexError: list index out of range

Any difference between seq and seq_new?

Hi! I noticed that the links on the website are e.g. http://cvlab.hanyang.ac.kr/tracker_benchmark/seq/Basketball.zip
while the Python toolkit downloads e.g. http://cvlab.hanyang.ac.kr/tracker_benchmark/seq_new/Basketball.zip

Is there some difference between seq and seq_new?

init_omit.txt?

Hi, thank you for your source code! And I want to evaluate the algorithm on OTB-100, and there is a imitOmit.txt files included in the tracker_benchmark_v1.0, and where can I find the imitOmit files of the OTB100 dataset?

pami15: init_rect is wrong in TRE mode

In matlab/RunTrackers.m, the init_rect is the same for all sub-sequences in TRE mode.

Perhaps this could be fixed by adding

test_cfgs(i).init_rect = seq.gt_rect(test_cfgs(i).img_start, :);

after

test_cfgs(i).img_range_str = ...

load_results.py

load_results.py ,tracker = result[0].tracker,IndexError: list index out of range.

Serious: The attributions of sequences are different from those in matlab ! /(ㄒoㄒ)/~~

Hello, thank you for your contributions 👍

  • However, I find some differs between the version of matlab and this on attributions
  • for examples:
    • the sequence of Coke in matlab, has 5 attributions which represent as [1,1,0,1,0,0,1,1,0,0,0],
      while in python version, it has 6 attributions represented as this
  • some other sequences has the same problems 😢
  • so, which is right? 😕

Looking forward to your reply , thanks

Best regards

garbage in data dir

directories Football1, Crossing and Couple in the data subdir are not empty

At least two trackers should be listed in parameters.

Using single tracker for -t parameter caused index out of range error in python

Hi, @jwlim I tested the code and found the requirement as stated above .Should there be at least two trackers for comparation as designed or could it be fixed?

And is there an effective way to view ground truth along with tracking result bounding box at the same time without coding in this benchmark?

That's another question, thx for sharing the code.

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.