X-LINUX-AI - object detection using TensorFlow Lite C++ API

Revision as of 16:14, 10 June 2020 by Registered User (Created page with "This article explains how to experiment TensorflowLite C++ API applications for object detection based on COCO SSD MobileNet v1 model. This examples is based on Python Tensor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article explains how to experiment TensorflowLite C++ API applications for object detection based on COCO SSD MobileNet v1 model.

This examples is based on Python TensorflowLite runtime and OpenCV modules.
The applications integrate a camera preview and test data picture that is then connected to the TensorFlowLite model.