wojciechp6 / YOLOv8Unity

YOLOv8 for Unity - object detection and instance segmentation using Barracuda
MIT License
26 stars 4 forks source link

ModelZoo not found #9

Closed Cr1mePenta closed 4 months ago

Cr1mePenta commented 5 months ago

Hey there, I wanted to try your code but unfortunately the model zoo v8 pretrained model wasn't there anymore. Do you have by chance a copy of that or do I need to create/train my own?

wojciechp6 commented 5 months ago

Hello, you can easily export onnx version using export command. You should also convert it for barracuda using this notebook.

Cr1mePenta commented 5 months ago

Oh nice thank you!