Object detection in c++ using the a yolov8 tflite model based on the python implementation.
OpenCV and Tensorflow
Tested with tflite v2.14
-
Update path to tensorflow and flatbuffer headers and lib
-
Clone the repo
mkdir build; cd build cmake -B . -S .. make -
Run
./Yolov8CppInference
The program outputs the photo with the bounding boxes around the detected objects their ids and score.
