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
can u please fix this error sir!! Traceback (most recent call last): File "Object_detection_picamera.py", line 51, in from utils import label_map_util File "/home/pi/tensorflow1/models/research/object_detection/utils/label_map_util.py", line 21, in from object_detection.protos import string_int_label_map_pb2...
Do you have SD card image that we can download and try immediately? so that we can save time downloading and compiling?
I followed the tutorial to the letter, and I'm so close! When I run "python3 Object_detection_picamera.py" I get the following. [This website](https://www.pyimagesearch.com/2016/08/29/common-errors-using-the-raspberry-pi-camera-module/) seems to indicate that it's a truncation problem....
After `python3 Object_detection_picamera.py ` raspi hang after few seconds, but the framerate is around 1.3fps I used Tensorflow - 1.11.0 and Protocol Buffers v3.6.1.
Hi, After I run the script, it took around 20 seconds to start and then a white screen appear. [https://ibb.co/hRKUqq](url) Note: I am new to TensorFlow. Thanks;
Hello, My framerate is 0.05 which is very. I'm running a Raspberry PI 3+ What can I do to improve the framerate ?
Hi Edje! Trying to use a custom model, but I'm receiving an error about 'image_tensor' not existing in the graph. `KeyError: "The name 'image_tensor:0' refers to a Tensor which does...
I initially had several problems when running the rasp models, because in TF 1.1 it was possible to run in rasp, but the models were large and always exceeded memory,...
test this:Tutorial to set up TensorFlow Object Detection API on the Raspberry Pi I ran the program successfully, showing the video, but I did not recognize the result and bbox....
Traceback (most recent call last): File "Object_detection_picamera.py", line 86, in tf.import_graph_def(od_graph_def, name='') File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/importer.py", line 280, in import_graph_def raise ValueError('No op named %s in defined operations.' % node.op) ValueError: No...