YOLOv8 OpenVINO Optimized Demo
July 6, 2023 ยท View on GitHub
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.ipynbto convert the model to OpenVINO format. (IMPORTANT) - Run the demo:
OR You can run the notebook version of the demo frompython demo.pydemo.ipynbfile.
Note: Demo won't work without creating the optimized model.
Demo (CPU)
