Awesome
YOLOv8 OpenVINO Optimized Demo
This is a demo of YOLOv8 object detection model optimized with OpenVINO Toolkit.
How to run
- Install the requirements:
pip install -r requirements.txt
- Create the optimized model by running the notebook cells at
convert.ipynb
to convert the model to OpenVINO format. (IMPORTANT) - Run the demo:
OR You can run the notebook version of the demo frompython demo.py
demo.ipynb
file.
Note: Demo won't work without creating the optimized model.
Demo (CPU)