toandaominh1997 / EfficientDet.Pytorch

Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
MIT License
1.44k stars 305 forks source link

cannot download the efficientnet-b0-355c32eb.pth,is the addr right? #135

Closed mathpopo closed 4 years ago

mathpopo commented 4 years ago

Downloading: "http://storage.googleapis.com/public-models/efficientnet/efficientnet-b0-355c32eb.pth" to /home/.cache/torch/checkpoints/efficientnet-b0-355c32eb.pth Traceback (most recent call last):

raise HTTPError(req.full_url, code, msg, hdrs, fp)

urllib.error.HTTPError: HTTP Error 403: Forbidden

SuJiaKuan commented 4 years ago

It seems that the pre-trained model is not available currently. My solution is to download efficientnet-b0-355c32eb.pth from here and save it at ~/cache/torch/checkpoints

mathpopo commented 4 years ago

@SuJiaKuan oh ,thanks!it help me .