TensorFlow-Object-Detection-on-the-Raspberry-Pi icon indicating copy to clipboard operation
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

Results 63 TensorFlow-Object-Detection-on-the-Raspberry-Pi issues
Sort by recently updated
recently updated
newest added
trafficstars

ImportError: /home/pi/.local/lib/python3.7/site-packages/cv2/cv2.cpython-37m-arm-linux-gnueabihf.so: undefined symbol: __atomic_fetch_add_8

I followed all the steps gradually. ( ie, update the pi, installed TensorFlow(updated method), installed OpenCV, compiled & installed protobuf, set up tf directory structure). But when I tried to...

i did everything as in dokumentation. if i run object_detection_picamera.py i got this error. ```ImportError: libgstbase-1.0.so.0: cannot open shared object file: No such file or directory``` any hint what is...

Followed guide and everything looks good, but when I run python3 Object_detection_picamera.py I get the following: ImportError: numpy.core.multiarray failed to import Traceback (most recent call last): File "Object_detection_picamera.py", line 23,...

Is it possible to run the Faster-RCNN object detection on the Raspberry Pi 4? How long will it take to detect objects on one image with FullHD-resolution?

Hi, I'm trying this on my raspberry pi however I'm getting some erros that I solver but this one I cannot see what is the problem. So, I run this...

Great tutorial this far. My only mistake, not reading to the end before. Instead of using a camera as source, I wanted to provide existing images as input, resulting in...

Thank you for the tutorial. I'll preface this by saying that I'm a complete novice with TensorFlow/object detection, so apologies if what I'm saying doesn't make sense. Is there a...