emgutf icon indicating copy to clipboard operation
emgutf copied to clipboard

Error when loading tflite model using FlatBufferModel

Open ewdlop opened this issue 8 months ago • 0 comments

I get this error message when I run the following code.

Image Error loading models: The type initializer for 'Emgu.TF.Lite.TfLiteInvoke' threw an exception. Error during processing: The type initializer for 'Emgu.TF.Lite.TfLiteInvoke' threw an exception. Stack trace: at Emgu.TF.Lite.TfLiteInvoke.tfeFlatBufferModelBuildFromBuffer(IntPtr buffer, Int32 bufferSize) at Emgu.TF.Lite.FlatBufferModel.ReadModelFromBuffer(Byte[] buffer) at Emgu.TF.Lite.FlatBufferModel..ctor(String filename) at DTLN_aec.AudioProcessor..ctor(String modelPath) in C:\Games\DTLN-aec\DTLN-aec\AudioProcessor.cs:line 27 at Program.
$(String[] args) in C:\Games\DTLN-aec\DTLN-aec\Program.cs:line 61

I included the runtime packed. Image

ewdlop avatar Jul 31 '25 16:07 ewdlop