toandaominh1997 / EfficientDet.Pytorch

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

efficientdet-d7 weight file #112

Open ma-siddiqui opened 4 years ago

ma-siddiqui commented 4 years ago

Hi,

Where I can find your trained model weight file for efficientdet-d7?

Thanks, Ajmal

Cyril9227 commented 4 years ago

The weights for the backbones are available now, just need to update a bit the code, see https://github.com/toandaominh1997/EfficientDet.Pytorch/pull/111

ma-siddiqui commented 4 years ago

I am unable to find trained model weights for efficientdet like " efficientdet-d7" or "checkpoint_VOC_efficientdet-d1_34.pth"

Jilliansea commented 4 years ago

@ma-siddiqui have you found relative weights?

ma-siddiqui commented 4 years ago

Sorry I can not find. Please share the link here.

minji-o-j commented 3 years ago

https://www.kaggle.com/kerneler/starter-efficientdet-model-d8ba73bf-a/data

159