TensorFlow-Object-Detection-on-the-Raspberry-Pi
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard
A tutorial showing how to set up TensorFlow's Object Detection API on the Raspberry Pi
GraphDef
After installing everything and running the Object_detection_picamera.py python script, I am getting this error: Traceback (most recent call last): File "Object_detection_picamera.py", line 82, in od_graph_def = tf.GraphDef() AttributeError: module 'tensorflow'...
Hi Thank you for you tutorial i am having a issue starting the project at python3 Object_detection_picamera.py --usbcam i get this message bellow which says cv2 is missing i tried...
Hi, I did your tutorial 3 times, but I keep getting the same error: Traceback (most recent call last): File "Object_detection_picamera.py", line 23, in import cv2 File "/usr/local/lib/python3.7/dist-packages/cv2/__init__.py", line 3,...
Hi all. Follow all the tuts and some workaround. Able to complete all tutorial with less error. But when i issue sudo pyhton3 object_detectionetcetc.py I got this error "cannot connect...
Traceback (most recent call last): File "Object_detection_picamera.py", line 23, in import cv2 ModuleNotFoundError: No module named 'cv2' 
Hello, I followed all the instructions for installing Tensorflow, OpenCV etc. as described in readme.MD Using: RaspberryPI 4B - latest Buster release, 1GB RAM, 64GB SD - 51.5GB free Python3...
Seems great project. Can this project works in a Pi4B in which 'Motion' already running 24h/7d ? Or it needs exclusive access to the camera module ?
I gave a server version of raspberry Linux ( without GUI). I want to start a local server and connect to it using laptop. So I need raspberry to stream...
Hi does anyone encounter this kind of problem? How did you all solve it after encountering this problem? **Traceback (most recent call last): File "/usr/lib/python3/dist-packages/picamera/camera.py", line 1704, in capture_continuous 'Timed...
Hi. I'm currently having some problems after running the Object_detection.py like: **2020-02-01 11:57:36.437688: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 10616832 exceeds 10% of system memory. Killed** My device is **Raspberry Pi 3...