toandaominh1997 / EfficientDet.Pytorch

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

Models for D1-D7 #105

Open xafarranxera opened 4 years ago

xafarranxera commented 4 years ago

Does anybody know where to find pretrained models for D1-D7 versions?

R4ZZ3 commented 4 years ago

https://github.com/lukemelas/EfficientNet-PyTorch/releases

zylo117 commented 4 years ago

checkout my repo.

The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.

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

ma-siddiqui commented 4 years ago

Great. Well done. Please confirm you achieved exactly same results as claimed in the paper?

Thanks, Muhammad Ajmal Siddiqui

zylo117 commented 4 years ago

Great. Well done. Please confirm you achieved exactly same results as claimed in the paper?

Thanks, Muhammad Ajmal Siddiqui

the result is in the readme of the repo, it's almost the same as the one in the paper

ma-siddiqui commented 4 years ago

Great. Awesome.