toandaominh1997 / EfficientDet.Pytorch

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

is it possible to port official weights to your repo? #142

Open greathope opened 4 years ago

greathope commented 4 years ago

hi, thank you for your great work! since official code and weights have been released, is it possible to port official weights to your repo?

zylo117 commented 4 years ago

I did, I re-implement efficientdet following the offical google's automl efficientdet and finetuning it a little bit. checkout my repo.

https://github.com/zylo117/Yet-Another-EfficientDet-Pytorch