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
# ImportError: libIlmImf-2_2.so.23: cannot open shared object file: No such file or directory Hello, I am using python3.7 Raspberry Pi 3 B+ and I an trying install opencv to start...
Hi, Really want this tutorial to work. I am unable to install OpenCV. When running sudo apt-get install qt4-dev-tools libatlas-base-dev and sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libv4l-dev, I get...
Hi, I'm trying to install tensorflow on my RasPi3 b+. I've already updated and upgraded. pip3 install tensorflow pip install tensorflow python2 -m pip install tensorflow python3 -m pip install...
Picamera works when I take a raspistill, but the script fails at "from picamera.array import piRGBArray" with "ImportError: No Module named 'picamera' I'm using a virtual env, not sure if...
I am getting this error when running the script. Checked everyting and followed all steps: python3 Object_detection_picamera.py Traceback (most recent call last): File "Object_detection_picamera.py", line 23, in import cv2 File...
Hey, I have followed your installation steps for setting up object detection with Raspberry Pi. I have installed tensorflow 2.1 and opencv3.4.6.27. I have done following changes in the Object_detection...
Solved with: pip3 install --upgrade setuptools pip before pip3 install opencv-python
I am using the TFLite detection webcam script in which I need to detect a particular object. Can someone help me with the process of doing so? I want to...
I'm getting this error while running picamera.py Anyone know how to resolve? Pls help, thanks! 
Error occur when i try to run Object_detection_picamera.py