emgucv / emgutf

Emgu TF is a cross platform .Net wrapper for the Google Tensorflow library. Allows Tensorflow functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython.
https://www.emgu.com/wiki/index.php/Emgu_TF
Other
215 stars 43 forks source link

Memory leak in TF Lite example #66

Open mmf007 opened 3 years ago

mmf007 commented 3 years ago

Hi! Memory leak in: https://github.com/emgucv/emgutf/blob/master/Emgu.TF.Lite.Unity/Assets/Emgu.TF.Lite/Demo/CocoSsdMobilenetBehavior.cs need to be written after line 63 Destroy(tmp);

emgucv commented 3 years ago

Fixed in this commit: 1395c59

Thanks for pointing out.