Hello, beginner here. I am trying to convert my YOLOv8 model to .blob format to use with my Oak-D-lite camera, but there is a problem with versions. I followed the instructions on this website: "https://tools.luxonis.com/" for converting the model, but after conversion, it gave me models for OpenVINO versions 2021.4 or 2022.1. Are there other ways to convert the model for newer versions, or are these two versions the only options for me? If anyone has resources for converting YOLOv8 models and deploying them to the camera, please share them with me.
Converting Yolov8 model to .blob , version problem
- Edited
When I checked the OpenVINO documentation, I saw a message saying something like, "This version is too old; users should use newer versions." So, I tried using newer OpenVINO versions (2023.0, 2024.1), but I couldn't convert the model to these versions. From your message, I understand that I should install older versions like 2022.1 or 2021.4 on my computer. Am I right?
I am a complete beginner. Thanks for helping me @jakaskerl.
Hi @siromer
You don't need to install anything afaik. Just create your model, then use https://tools.luxonis.com/ to convert it.
Then try it in code similar to: https://docs.luxonis.com/projects/api/en/latest/samples/Yolo/tiny_yolo/
Thanks,
Jaka
Thank you , i tried it and it worked . @jakaskerl