Hi everyone, I was trying to import an ONNX file inside Unity. My model developed using Scikitlearn framework. I used Sentis package for inference. However, I received these errors:
“Unity.Sentis.Model+ImporterWarning: ArrayFeatureExtractor not supported”
“Unity.Sentis.Model+ImporterWarning: ZipMap not supported”
I was able to solve the ZipMap issue in Python. However, I couldn’t handle the other error. After deep investigation in Unity forum I found that “Add custom Layer” can help but I am not expert at using C# in Unity.
So can anyone help me with that?
Thanks