Open ledbetterj1atwit opened 8 months ago
This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.
Same problem, do you solve it?
No, I've had no progress. Ended up running my model in python using TensorFlow and sending data back and forth with sockets(slow, bad)
Describe the issue
Im using ML.net and The Onnx Runtime (3.0.1, 1.17.1 respectively) to load an Onnx model for inference from within a Unity(2021.3.23f1) application. The packages were installed from NuGet using NuGetForUnity which places the packages in
<project dir>/Assets/Packages
Whenever I try to apply the model (
mlContext.Transforms.ApplyOnnxModel(outputColumnNames, inputColumnNames, modelPathS);
) I getI should add I'm not super familiar with C# development
To reproduce
<project dir>/Assets/Packages
MLContext
and call.Transforms.ApplyOnnxModel()
or another method that uses the Onnx Runtime.Urgency
This is for a thesis project I was hoping to defend on April 15th but I have a backup solution in mind if I cannot use the Onnx Runtime.
Platform
Windows
OS Version
10 Pro 22H2 19045.4170
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.17.1
ONNX Runtime API
C#
Architecture
X64
Execution Provider
Default CPU
Execution Provider Library Version
No response