steveturner / TensorflowLite_Android_Cpp_Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android sample project for using Tensorflow Lite C++

Overview

Modified version of TFLite Object Detection Demo App

  • Use Tensorflow Lite C++ API and OpenCV C++ instead of Java API
  • Additional support for NNAPI, GPU, XNN

Introduction

Prebuilt libraries including TensorFlow Lite and OpenCV is needed.
See our tech blog for full instructions.

Notes

  • Initializing can take several seconds depending on your devices.
  • Initializing with non-CPU delegates may fail if the hardware doesn't support them

About


Languages

Language:Java 84.1%Language:C++ 15.1%Language:CMake 0.9%