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
How would you run a variation of the model to count objects moving down a surface? Fairly new to object detection.
ValueError: NodeDef mentions attr 'Truncate' not in Op y:DstT; attr=SrcT:type; attr=DstT:type>; NodeDef: Postprocessor/ToFloat_2 = Cast[DstT=DT_FLOAT, SrcT=DT_INT32, Truncate=false](Postprocessor/ToFloat_2/x). (Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.)
hi, do you think your script could run on my (everbodies?) headless raspberry-pi? and save a image-snapshot if an object is detected? any ideas how to realize that (sorry, i...
I would like to edit the code to 1. (Scenario 1) print results on terminal when a certain object with a associated percentage is detected, say a pen at 70%+...
When issueing `python3 Object_detection_picamera.py --usbcam` this error appears: ``` /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.5 return f(*args, **kwds) /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: builtins.type size...
pi@raspberrypi:~/tensorflow1/models/research/object_detection $ python3 Object_detection_picamera.py --usbcam 2019-02-01 01:25:45.681330: W tensorflow/core/framework/allocator.cc:122] Allocation of 2764800 exceeds 10% of system memory. 2019-02-01 01:25:47.063722: W tensorflow/core/framework/allocator.cc:122] Allocation of 2795520 exceeds 10% of system memory. 2019-02-01...
Hi, This project is really interesting but some how i am struggling from last 2 days and getting this error every time. tensorflow-1.10.0-cp35-none-linux_armv7l.whl is not a supported wheel on this...
How can I modify the code to make the camera detect human only. And it can trigger gpio when the number of detected human goes to certain number such as...
tried doing the Tensorflow from both MagiPi web site and from GitHub. In both cases, during the "make" steps for tensorflow I would get error messages saying the libraries libxml2...
This is my 2nd SD card having different error.. The [1st](https://github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi/issues/30) had a different error ``` pi@raspberrypi:~/tensorflow1/models/research/object_detection $ python3 Object_detection_picamera.py Traceback (most recent call last): File "Object_detection_picamera.py", line 23, in...