webcam-detect-tflite
webcam-detect-tflite copied to clipboard
tf lite api for c++ is not working on android platform
Hi, I have to read your code to learn how to run tf lite using cpp api, the code is very explicit and easy to learn, I am very grateful for that. Thank you.
However, I am make my project on Android platform , and I am planning to use tf lite on cpp layer, but the .a library file is not working with android, seems like building for Armv8 is working for linux system.
Do you run your code on android project? Or you can give me some advice, thank you.
I'm not familier to develop Android app.