webcam-detect-tflite
webcam-detect-tflite copied to clipboard
webcam-detect-tflite
Example App detecting objects from video capture using TensorFlow Lite.
Usage
$ ./webcam-detector
Requirements
- OpenCV
- TensorFlow Lite
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)