All Projects → Qengineering → TensorFlow_Lite_SSD_RPi_64-bits

Qengineering / TensorFlow_Lite_SSD_RPi_64-bits

Licence: BSD-3-Clause license
TensorFlow Lite SSD on bare Raspberry Pi 4 with 64-bit OS at 24 FPS

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to TensorFlow Lite SSD RPi 64-bits

Face-Recognition-Raspberry-Pi-64-bits
Recognize 2000+ faces on your Raspberry Pi 4 with database auto-fill and anti-spoofing
Stars: ✭ 48 (+92%)
Mutual labels:  aarch64, armv8, raspberry-pi-4, high-fps
TensorFlow-Raspberry-Pi 64-bit
TensorFlow installation wheels for Raspberry Pi 64 OS
Stars: ✭ 27 (+8%)
Mutual labels:  aarch64, armv8, raspberry-pi-4
Rust Raspberrypi Os Tutorials
📚 Learn to write an embedded OS in Rust 🦀
Stars: ✭ 7,275 (+29000%)
Mutual labels:  aarch64, armv8, raspberry-pi-4
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+820%)
Mutual labels:  armv7, aarch64, armv8
simonpi
A quick & dirty script to emulate Raspberry PI family devices on your laptop.
Stars: ✭ 61 (+144%)
Mutual labels:  armv7, aarch64, armv8
Compute Engine
Highly optimized inference engine for Binarized Neural Networks
Stars: ✭ 138 (+452%)
Mutual labels:  armv7, aarch64, armv8
Computelibrary
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
Stars: ✭ 2,123 (+8392%)
Mutual labels:  armv7, aarch64, armv8
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+9920%)
Mutual labels:  aarch64, armv8, raspberry-pi-4
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+3172%)
Mutual labels:  armv7, aarch64, armv8
Swift On Balena
Docker images for Swift on Raspberry Pi and other ARM devices from balena's base images.
Stars: ✭ 153 (+512%)
Mutual labels:  armv7, aarch64, armv8
tensorflow-serving-arm
TensorFlow Serving ARM - A project for cross-compiling TensorFlow Serving targeting popular ARM cores
Stars: ✭ 75 (+200%)
Mutual labels:  armv7, aarch64, armv8
Tow-Boot
An opinionated distribution of U-Boot. — https://matrix.to/#/#Tow-Boot:matrix.org?via=matrix.org
Stars: ✭ 338 (+1252%)
Mutual labels:  armv7, aarch64
lsp-dsp-lib
DSP library for signal processing
Stars: ✭ 37 (+48%)
Mutual labels:  armv7, aarch64
Run On Arch Action
A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le)
Stars: ✭ 165 (+560%)
Mutual labels:  armv7, aarch64
discolix
distroless arm docker images
Stars: ✭ 22 (-12%)
Mutual labels:  armv7, armv8
TensorFlow-Raspberry-Pi
TensorFlow installation wheels for Raspberry Pi 32-bit OS
Stars: ✭ 18 (-28%)
Mutual labels:  armv7, raspberry-pi-4
Pi-Pool
Cardano Stakepool on Raspberry Pi
Stars: ✭ 204 (+716%)
Mutual labels:  aarch64, raspberry-pi-4
Age-Gender Estimation TF-Android
Age + Gender Estimation on Android with TensorFlow Lite
Stars: ✭ 34 (+36%)
Mutual labels:  tensorflow-examples, tensorflow-lite
rasa-docker-arm
Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
Stars: ✭ 19 (-24%)
Mutual labels:  armv7, raspberry-pi-4
aarch64-tensorflow
tensorflow and bazel for aarch64: binaries at...
Stars: ✭ 14 (-44%)
Mutual labels:  aarch64, armv8

output image Find this example on our SD-image

TensorFlow_Lite_SSD_RPi_64-bits

output image

TensorFlow Lite SSD running at 24 FPS on a bare Raspberry Pi 4 64-OS

License

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.

https://arxiv.org/abs/1611.10012
Training set: COCO
Size: 300x300
Frame rate V1 Lite : 28 FPS (RPi 4 @ 1925 MHz - 64 bits Bullseye OS)
Frame rate V1 Lite : 17 FPS (RPi 4 @ 2000 MHz - 32 bits OS) see 32-OS

Special made for a Raspberry Pi 4 see Q-engineering deep learning examples

To extract and run the network in Code::Blocks
$ mkdir MyDir
$ cd MyDir
$ wget https://github.com/Qengineering/TensorFlow_Lite_SSD_RPi_64-bits/archive/refs/heads/master.zip
$ unzip -j master.zip
Remove master.zip and README.md as they are no longer needed.
$ rm master.zip
$ rm README.md

Your MyDir folder must now look like this:
James.mp4
COCO_labels.txt
detect.tflite
TestTensorFlow_Lite.cpb
MobileNetV1.cpp

Run TestTensorFlow_Lite.cpb with Code::Blocks. More info or
if you want to connect a camera to the app, follow the instructions at Hands-On.
I fact you can run this example on any aarch64 Linux system.

See the movie at: https://vimeo.com/393889226


paypal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].