This is a demo of YOLOv8 object detection model optimized with OpenVINO Toolkit.
- 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 from
python demo.py
demo.ipynb
file.
Note: Demo won't work without creating the optimized model.