mattn / webcam-detect-tflite

20 stars 3 forks source link
cpp deep-learning tensorflow-lite

webcam-detect-tflite

Example App detecting objects from video capture using TensorFlow Lite.

Usage

$ ./webcam-detector

Requirements

Installation

After modifying Makefile

$ make

License

MIT

labels.txt and mobilenet_quant_v1_224.tflite are provided from mobilenet_v1_1.0_224_quant.tgz

Author

Yasuhiro Matsumoto (a.k.a. mattn)