Home

Awesome

YOLOv8 OpenVINO Optimized Demo

This is a demo of YOLOv8 object detection model optimized with OpenVINO Toolkit.

How to run

  1. Install the requirements:
    pip install -r requirements.txt
    
  2. Create the optimized model by running the notebook cells at convert.ipynb to convert the model to OpenVINO format. (IMPORTANT)
  3. Run the demo:
    python demo.py
    
    OR You can run the notebook version of the demo from demo.ipynb file.

Note: Demo won't work without creating the optimized model.

Demo (CPU)

demo2 demo1 demo1 demo1