An open API service indexing awesome lists of open source software.

https://github.com/make2explore/raspberrypi-object-detection

Real Time Object Detection on Raspberry Pi using TensorFlow Lite
https://github.com/make2explore/raspberrypi-object-detection

Last synced: 3 months ago
JSON representation

Real Time Object Detection on Raspberry Pi using TensorFlow Lite

Awesome Lists containing this project

README

          

**[Project] Real Time Object Detection on Raspberry Pi using TensorFlow Lite SSD**

This application detects multiple objects in a scene. The most commonly used models are the SSD (Single Shot Detection) and YOLO (You Only Looks Once). The COCO SSD MobileNet v1 recognizes 80 different objects. It can detect up to ten objects in a single scene.

- A fast C++ implementation of TensorFlow Lite on a bare Raspberry Pi 4 64-bit OS.

- Once overclocked to 1925 MHz, the app runs a whopping 24 FPS! Without any hardware accelerator, just you and your Pi.

---------------------------------------------------------------------------------------------------------

**Prerequisites**
- Installation of OpenCV from source 🔗 [https://bit.ly/3xbB3Jk]
- Installation of Code::Blocks IDE in Raspberry pi OS
> $ sudo apt-get install codeblocks
- Tuneup your Raspberry Pi for Vision based projects - ▶️ [https://youtu.be/00c2GTpRaU8]

OR

- You can just download **SD image** of a Raspberry Pi 4 with **pre-installed frameworks and deep-learning examples**. This image is created by [Q-engineering](https://qengineering.eu). Find a complete working Raspberry Pi 4 dedicated to deep learning on following GitHub page link. Download the **zip file** from GDrive site, unzip and **flash the image** on a 16 GB SD-card, and enjoy!

![output image](https://qengineering.eu/images/SDcard16GB_tiny.jpg) Find this example on Q-engineering's [SD-image](https://github.com/Qengineering/RPi-image)


----------------------------------------------------------------------------------------------------------
**Object Detection main code Citations** -

Source code -->

📎 Created by [Q-engineering](https://qengineering.eu)

📎 Referred by make2explore 2022/03/24




Source Code Credits ❤️ - Thank you - [Q-engineering](https://qengineering.eu)