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.
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 indeep_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.