/EfficientDet

EfficientDet (Scalable and Efficient Object Detection) implementation in Keras and Tensorflow - the minimal version needed for inferences

Primary LanguagePythonApache License 2.0Apache-2.0

EfficientDet

This is the minimal version needed for inferences.

This is an implementation of EfficientDet for object detection on Keras and Tensorflow. The project is based on fizyr/keras-retinanet and the qubvel/efficientnet. The pretrained EfficientNet weights files are downloaded from Callidior/keras-applications/releases

Thanks for their hard work. This project is released under the Apache License. Please take their licenses into consideration too when use this project.

phi 0 1
w/o weighted 0.8029
w/ weighted 0.7892

Test

python3 inference.py to test your image by specifying image path and model path there.