barracuda-release
barracuda-release copied to clipboard
HI. I trained a makrcnn model in azure autoML and got a onnx. i'm trying to import in unity but I'm getting an error. Using azure autoML automatically exports the...
Hello. Is there a way to make Depth Anything work in Unity? **Unity Version: 2021.3.32f1 Barracuda Version: 3.0.1** **Input ONNX (base model):** https://github.com/fabio-sim/Depth-Anything-ONNX/releases **Console output:** OnnxImportException: Unknown type LayerNormalization encountered...
Would it at all be possible to dynamically load model / onnx files at runtime from a URL or preferably from the persistentDatapath? For example: Download a model via www.get,...
Hi I am new to this but please I need help ASAP in which I had encountered this error code when trying to import a YOLOv5 Onnx Model file into...
Hello, Thank you for your work. I'm using Barracuda with ONNX wrapped model. In computer setting, I use GPU with: worker = WorkerFactory.CreateWorker(WorkerFactory.Type.Compute, m_RuntimeModel); However, in android unity application, I...
It's been over a month now Unity announced Unity AI, which we do not know exactly what is but probably will be tools around everything recent AI boom provided to...
Hi, I am trying to convert a model containing PyTorch TransformerEncoder but I am getting this error with Barracuda 3.0.0 ``` Exception: Must have input rank for /seqTransEncoder/layers.0/self_attn/Slice_output_0 in order...
Hi experts, I would like to know my onnx model test using C# and Barracuda 3.0.1. There is large precision discrepancies compared to onnxruntime using python which at 1e-1, and...
Can I use barracuda with the savedModel format instead of Onnx
Compilation on PSVR2 has error/warning about being unable to parse the first line of the shader file. We've seen this before as either a UTF8 BOM issue where it should...