wojciechp6 / YOLOv8Unity

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

onnx model import issue #7

Closed Miftahur92 closed 6 months ago

Miftahur92 commented 7 months ago

Hi, I am trying to import a .onnx model exported using YOLOv8. However, I am getting this following error. OnnxImportException: Unexpected error while parsing layer /model.2/Split_output_0 of type Split. Unsupported default attribute split for node /model.2/Split_output_0 of type Split. Value is required.

Are you using any specific version of Barracuda?

wojciechp6 commented 7 months ago

Hey!

This project uses Barracuda 3.0.0. You can try this notebook to fix the onnx model.