deyiwang89 / pytorch-yolov4-deepsort

25 stars 7 forks source link

raise RuntimeError("{} is a zip archive (did you mean to use torch.jit.load()?)".format(f.name)) RuntimeError: detector/YOLOV4/model_data/yolo4_weights.pth is a zip archive (did you mean to use torch.jit.load()?) #2

Open akashAD98 opened 3 years ago

akashAD98 commented 3 years ago

how to solve this issues??& im not getting the path of cfg,weights in .py file

deyiwang89 commented 3 years ago

No, just download corresponding pretrained wieghts and put them to correct folder.

JAYCHOU2020 commented 3 years ago

how to solve this issues??& im not getting the path of cfg,weights in .py file

did u succeed train the deepsort,could u tell some details of it,thanks!