Open storres20 opened 1 year ago
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
bash get_pi_requirements.sh
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
$ crontab -e
@reboot python /home/rasbp4/proyectoLCD/lcd/demo_lcd.py
$ sudo nano /etc/rc.local
/home/rasbp4/proyectoLCD/lcd/demo_lcd.py
python /home/rasbp4/proyectoLCD/lcd/demo_lcd.py
$ sudo systemctl status
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