toandaominh1997 / EfficientDet.Pytorch

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

efficientnet-b0 weights url is broken #115

Open ZaalDz opened 4 years ago

ZaalDz commented 4 years ago

http://storage.googleapis.com/public-models/efficientnet/efficientnet-b0-355c32eb.pth

this url doesn't work anymore... HTTP Error 403: Forbidden

from where can I download valid weights?

consilium538 commented 4 years ago

maybe #111 can help you

eduardohem commented 4 years ago

All the weights here...

https://www.kaggle.com/raghaw/efficientnet-pytorch-b0-b7/version/1

after, copy them with the same name to ~/.cache/torch/checkpoints

that works for me.