Skip to content

madeye/yolo-android

Repository files navigation

Quantized Tiny Yolo Demo on Android, forked from TensorFlow Android Camera Demo

This folder contains an example application utilizing TensorFlow for Android devices.

Description

The demos in this folder are designed to give straightforward samples of using TensorFlow in mobile applications.

Inference is done using the TensorFlow Android Inference Interface, which may be built separately if you want a standalone library to drop into your existing application. Object tracking and efficient YUV -> RGB conversion are handled by libtensorflow_demo.so.

A device running Android 5.0 (API 21) or higher is required to run the demo due to the use of the camera2 API, although the native libraries themselves can run on API >= 14 devices.

About

Quantized Tiny Yolo Demo on Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages