nwojke / deep_sort

Simple Online Realtime Tracking with a Deep Association Metric
GNU General Public License v3.0
5.34k stars 1.49k forks source link

MOT dataset error #172

Open Nirvan101 opened 5 years ago

Nirvan101 commented 5 years ago

From where exactly are we supposed to get the MOT16 sequence directory? I went to the MOT site and downloaded the video MOT16-06 and placed it in deep_sort/MOT16/test/. I'm getting the following error:

NotADirectoryError: [Errno 20] Not a directory: './MOT16/test/MOT16-06/img1'

for this line

for f in os.listdir(image_dir).

What exactly am I supposed to download from the MOT site? A video or a sequence of images? I didn't see any option of downloading a sequence of images.

neilsagarwal commented 5 years ago

Hey! I had the same problem and wasn't able to get the images for MOT16 dataset. Try using the 2DMOT2015 dataset - https://motchallenge.net/data/2D_MOT_2015/#download. I was able to get that working!