Hi everyone, i am new to unity and i am trying to run an object detection model in unity using sentis packege 1.3.0 and unity2023, i have downloaded a project that is similar to mine from huggyface provided by unity team. however when i am trying to do the same with my model i get this error:
[ NotSupportedException: Format version not supported: 118621192, please reimport model.
Unity.Sentis.ModelLoader.LoadModelDesc (System.IO.Stream stream, Unity.Sentis.Model& model) (at ./Library/PackageCache/com.unity.sentis@1.3.0-pre.3/Runtime/Core/ModelLoader.cs:188)
Unity.Sentis.ModelLoader.Load (System.IO.Stream stream) (at ./Library/PackageCache/com.unity.sentis@1.3.0-pre.3/Runtime/Core/ModelLoader.cs:66)
Unity.Sentis.ModelLoader.Load (System.String path) (at ./Library/PackageCache/com.unity.sentis@1.3.0-pre.3/Runtime/Core/ModelLoader.cs:54)
webcam_inference.LoadModel () (at Assets/assets/YOLO/scripts/webcam_inference.cs:82)
webcam_inference.Start () (at Assets/assets/YOLO/scripts/webcam_inference.cs:67)
]
note: the project provided by unity team has two files: 1 is model.onnx and the other is model.sentis (which i don’t what it is and i don’t know how to get for my custom model)
any ideas?
thank you in advance