Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Existing example of a OpenCV, TensorFlow Android application

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!