Example of tensorflow lite pretrained EfficientDet Object detection model using C++ and Python.
Download tensorflow lite lite4-detecetion-default efficientdet model from kaggle and save it to the somewhere in the repo. Change params.json accordingly.
Download tensorflow lite in c++ repo and build it.
Run cpp app with ./main_tflite_model
Inference times c++:
...and python:





