FairMOT icon indicating copy to clipboard operation
FairMOT copied to clipboard

error: model_weights = model_zoo.load_url(model_url)

Open eeric opened this issue 4 years ago • 3 comments

Downloading: "http://dl.yf.io/dla/models/imagenet/dla34-ba72cf86.pth"

RuntimeError: unexpected EOF, expected 265226 more bytes. The file might be corrupted.

eeric avatar Nov 25 '20 10:11 eeric

download again wget http://dl.yf.io/dla/models/imagenet/dla34-ba72cf86.pth then deposit to /home/user/.cache/torch/hub/checkpoints/

eeric avatar Nov 27 '20 06:11 eeric

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.

17766475597 avatar Nov 27 '20 13:11 17766475597

it seems the host is closed

focusunsink avatar Oct 28 '22 13:10 focusunsink