ayushpatel14 / Object-Detection-using-Tensorflow-Lite

Real Time Object Detection using Tensorflow Lite on Raspberry Pi 3 B+.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real-Time-Object-Detection-using-Tensorflow-Lite

Object Detection using Tensorflow Lite on Raspberry Pi 3 B+ with pi cam.

This is a simple application of Tensorflow Lite Inference on an edge device using Python 3.7.The model used here is coco_ssd_mobilenet_v1_1.0_quant_2018_06_29 hosted by Tensorflow.org

Libraries Required

  1. OpenCV
  1. Tensorflow
  • Install using pip3 install https://github.com/PINTO0309/Tensorflow-bin/blob/master/tensorflow-1.14.0-cp37-cp37m-linux_armv7l.whl
  1. Numpy
  • Install using pip3 install numpy

About

Real Time Object Detection using Tensorflow Lite on Raspberry Pi 3 B+.


Languages

Language:Python 100.0%