abewley / sort

Simple, online, and realtime tracking of multiple objects in a video sequence.
GNU General Public License v3.0
3.82k stars 1.07k forks source link

ERROR: mot_benchmark link not found! #88

Open kunal8kabi opened 4 years ago

kunal8kabi commented 4 years ago

Hello sir @abewley. I have some issues regarding :

   1)Create a symbolic link to the dataset
      $ ln -s /path/to/MOT2015_challenge/data/2DMOT2015 mot_benchmark. 

I have downloaded the dataset and when I tried to create a symbolic link it generates an error mentioning:

 ERROR: mot_benchmark link not found!

    Create a symbolic link to the MOT benchmark
    (https://motchallenge.net/data/2D_MOT_2015/#download). E.g.:

    $ ln -s /path/to/MOT2015_challenge/2DMOT2015 mot_benchmark

Kindly help me to solve this issue. I apologize because I have very little knowledge of the coding background.

ngotra2710 commented 3 years ago

After download and extract MOT15 data in sort folder. Use this command: "ln -s ./MOT15 mot_benchmark"

Okh2891996 commented 2 years ago

can I use this for windows ? because it still show me the same error ?

mklink mot_benchmark "MOT15"