toandaominh1997 / EfficientDet.Pytorch

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

How to download checkpoint_VOC_efficientdet-d1_34.pth #158

Open OwalnutO opened 3 years ago

OwalnutO commented 3 years ago

Hi, everyone~

It seems that the url for downloading the pretrained weights is broken. So how can I download the pretrained model checkpoint_VOC_efficientdet-d0_268.pth or checkpoint_VOC_efficientdet-d1_34.pth?

Thanks!

minji-o-j commented 3 years ago

I download it in https://www.kaggle.com/kerneler/starter-efficientdet-model-d8ba73bf-a/data

159