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
214 stars 43 forks source link

EMGU TF lite Android #28

Open UnityViktorShipovskii opened 4 years ago

UnityViktorShipovskii commented 4 years ago

When I launch the application on the android, I get the error "DllNotFoundException: tfliteextern" Where can I download this library?

ShubhamSureWash commented 4 years ago

reimport the package in unity.. it will solve the issue

emgucv commented 4 years ago

@UnityViktorShipovskii Are you using the release from Unity Asset store?

oakmusic commented 4 years ago

Yes, I bought it a week ago.

Now I've just found another issue: Running on Android phone, the app crash (and closes) after few seconds, minutes, ...

Running the demo scene "CocoSsdMobilenet" on a Xiaomi MI8 and leaving it alone it crash at 3min 30seconds. Also tested with a Samsung Galaxy S3 and same result. And my custom app (simple person detector) just hold for 30 seconds.

Any idea what's happening?

Runnning from the Editor Debug on a Windows PC, never fails, and the memory monitor does not grow over time.