Skip to content

ekam123/yolov8-tflite-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolov8 Tflite C++

About The Project

Object detection in c++ using the a yolov8 tflite model based on the python implementation.

Requirements

OpenCV and Tensorflow

Tested with tflite v2.14

Getting Started

  1. Update path to tensorflow and flatbuffer headers and lib

  2. Clone the repo

    mkdir build; cd build
    cmake -B . -S ..
    make
    
  3. Run

./Yolov8CppInference

The program outputs the photo with the bounding boxes around the detected objects their ids and score.

screenshot


Acknowledgments

About

C++ implementation of YoloV8 using Tflite model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors