Hi,
I've been trying to find a working example of an Android application using OpenCV and TensorFlow Object Detection API on the android platform. I found lots of examples using TensorFlow directly, but I'd prefer using TensorFlow through OpenCV. I have a working application using some OpenCV features such as HAAR classifiers on android. If I can find a c++ example using TensorFlow's Object Detection API, can I just use that code? Will that run on Android - I'm having trouble finding exact literature about it. Can anyone recommend some article, that I couldn't find ? This guide: https://medium.com/mindorks/detection-on-android-using-tensorflow-a3f6fe423349
Seems overly complicated compared to how easy it was to get OpenCV running. I
Thanks a lot in advance!