Zhongdao / Towards-Realtime-MOT

Joint Detection and Embedding for fast multi-object tracking
MIT License
2.38k stars 539 forks source link

test on MOT20 #155

Closed MCQCQM closed 4 years ago

MCQCQM commented 4 years ago

when testing on MOT20 train dataset,there is an error: Traceback (most recent call last): File "track20.py", line 173, in save_videos=opt.save_videos) File "track20.py", line 98, in main dataloader = datasets.LoadImages(osp.join(data_root, seq, 'img1'), opt.img_size) #todo MOT20时没有file属性 File "G:\programming practice\Towards-Realtime-MOT\utils\datasets.py", line 25, in init self.nF = len(self.files) # number of image files AttributeError: 'LoadImages' object has no attribute 'files' how to save this?