Thanks for your great work.
I can successfully track by detector YOLOX on MOT17 and MOT20 datasets, and successfully track by detector PRBNet on MOT17 dataset. However, when I track by detector PRBNet on MOT20 dataset with the weight "/pretrained/yolov7-d6-mot20.pt", I get an error like this:"RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory". This weight is downloaded from this link.
@iTruffle I also ran into this problem about running detector yolo-v7 and PRBNet on MOT20 dataset. If you solve this problem, please let me know how. Thank you !
Thanks for your great work. I can successfully track by detector YOLOX on MOT17 and MOT20 datasets, and successfully track by detector PRBNet on MOT17 dataset. However, when I track by detector PRBNet on MOT20 dataset with the weight "/pretrained/yolov7-d6-mot20.pt", I get an error like this:"RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory". This weight is downloaded from this link.