storres20 / tutorial-rp4

🍓This is a guide for everyone who wants to start using a Raspberry Pi🍓
MIT License
6 stars 1 forks source link

Object detection #2

Open storres20 opened 1 year ago

storres20 commented 1 year ago

raspberry pi 4 real time human detection opencv | raspberry pi 4 camera opencv https://www.youtube.com/watch?v=5ZWg79z2BfI FREEDOM TECH

How to Install OpenCV on a Raspberry Pi https://www.youtube.com/watch?v=QzVYnG-WaM4 Sam Westby Tech

Raspberry Pi Object Detection Tutorial https://www.youtube.com/watch?v=NPXBRX7N3ec Sam Westby Tech

How To Run TensorFlow Lite on Raspberry Pi for Object Detection https://www.youtube.com/watch?v=aimSGOAUI8Y Edje Electronics

storres20 commented 1 year ago

How To Run TensorFlow Lite on Raspberry Pi for Object Detection https://www.youtube.com/watch?v=aimSGOAUI8Y Edje Electronics

git clone https://github.com/EdjeElectronics/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi.git mv TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi/ tflite1 cd tflite1 sudo pip3 install virtualenv

python3 -m venv tflite1-env source tflite1-env/bin/activate

install TensorFlow and OpenCV

bash get_pi_requirements.sh

Setting Up Detection Model's

update -- Tutorial Links --

UPDATE (10/21/20): At 6:09 in the video, I instruct you to go to the TensorFlow Lite Object Detection Overview page and right click the "Download starter model" link to copy the link address. The page has changed since I made this video, and that link is no longer correct. Copy this link for downloading the starter model: storage.googleapis.com/download.tensorflow.org/models/tflite/coco_ssd_mobilenet_v1_1.0_quant_2018_06_29.zip

written guide

https://github.com/EdjeElectronics/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi/blob/master/deploy_guides/Raspberry_Pi_Guide.md

storres20 commented 1 year ago

terminal

Option 01

$ crontab -e

GNU nano

@reboot python /home/rasbp4/proyectoLCD/lcd/demo_lcd.py

Option 2

$ sudo nano /etc/rc.local

/home/rasbp4/proyectoLCD/lcd/demo_lcd.py

script model

! /bin/bash

execute a demo_lcd.py

python /home/rasbp4/proyectoLCD/lcd/demo_lcd.py

system

$ sudo systemctl status