mjokipii

Results 5 comments of mjokipii

This error occurs only when ran on a device that executes only AOT code like the IL2CPP compiled Xcode build on any iOS device. The library performs correctly in the...

Yes, this is due to a known limitation of the IL2CPP compiler used in Unity3d and concerns only generic types with value type parameter. Please see: https://stackoverflow.com/questions/56183606/invoke-generic-method-via-reflection-in-c-sharp-il2cpp-on-ios/56185978#56185978 Unfortunately that includes...

[InferAheadOfTimeException.zip](https://github.com/dotnet/infer/files/3194091/InferAheadOfTimeException.zip) 1. Unzip the InferAheadOfTimeException.zip archive 2. Open the contained folder in Unity3d 3. In Unity editor, open the Assets/Scenes/Main scene 4. Open the build settings from File/Build Settings 5....

Hi there, any chance for a fix or a workaround to allow Infer.NET on Unity iOS?

That sounds promising. After a quick look to the instructions, if ican can update the model parameters and data without recompiling, i think inference is all i need in the...