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

Hi, For the Pet Detector!, would it be possible to change the code to run on a RPi camera for inside and USB camera for outside. My problem is that...

hi i have the same Problem with my Pi zero, When i write the command "python3 Object_detection_picamera.py" i became follow error: "illegal Instruction" i tested on my Pi 3 and...

Raspberry 4 python 3.7 tensorflow 2.0 i follow your guidence , and this issues happended at last , ![图片](https://user-images.githubusercontent.com/56949922/69208624-38d60380-0b8f-11ea-98c6-3aaca45f53b0.png) how should i do ?

Would it be possible to use an rtsp (or http) stream instead of a camera?

How can we speak up the detection? Like for example we want the speaker to say "dog" or "person" whatever the detection is

While i run the TFLite_detection_stream.py it shows me `nonetype' object has no attribute 'copy'` error.

I'm getting this error running the script: ``` Traceback (most recent call last): File "Object_detection_picamera.py", line 161, in cv2.imshow('Object detector', frame) cv2.error: OpenCV(4.4.0) /tmp/pip-install-fx8ry_hd/opencv-python/opencv/modules/highgui/src/window.cpp:651: error: (-2:Unspecified error) The function is...

Hello. This object detector works amazingly well in some lighting situations, but very poorly in others, even when the two situations are equally bright. Can you give me any tips...

HI, when i try to start the object detection it gives me this error: ImportError: libcblas.so.3: cannot open shared object file: no such file or directory. Can you please give...

Hello, while running Object_detection_picamera.py I get the following issue, please help. Thx `tensorflow/core/platform/hadoop/hadoop_file_system.cc:132] HadoopFileSystem load error: libhdfs.so: cannot open shared object file: No such file or directory WARNING:tensorflow:From /home/pi/tensorflow1/models/research/object_detection/utils/label_map_util.py:138: The...