Skip to content

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

Notifications You must be signed in to change notification settings

ayushpatel14/Object-Detection-using-Tensorflow-Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:/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+.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages