FairMOT
FairMOT copied to clipboard
error: model_weights = model_zoo.load_url(model_url)
Downloading: "http://dl.yf.io/dla/models/imagenet/dla34-ba72cf86.pth"
RuntimeError: unexpected EOF, expected 265226 more bytes. The file might be corrupted.
download again wget http://dl.yf.io/dla/models/imagenet/dla34-ba72cf86.pth then deposit to /home/user/.cache/torch/hub/checkpoints/
download again wget http://dl.yf.io/dla/models/imagenet/dla34-ba72cf86.pth then deposit to /home/user/.cache/torch/hub/checkpoints/
I had also suffered from this problem. The solution is feasible.
it seems the host is closed