EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi

Hi -- Has anyone been able to get this to work recently?

dnewton090 opened this issue · 1 comments

I'm in a constant spiral of errors – all mentioned in this thread, but neither a combination of TF 1.13.1 and OpenCV 3.4.6.27, nor TF 1.8, 2.3 or any other combination I can come up with.

Also, the guide says this was written for TF v.1.8.0 although instructions refer to pip install tensorflow, which is supported with a 1.14 version.

Running the latest version of Raspbian Buster on RPi 4B.

Hi there – the issues with RPi 4 Model B can be solved by implmenting the TF 1.15 binary by https://github.com/PINTO0309/Tensorflow-bin
$ wget https://github.com/PINTO0309/Tensorflow-bin/raw/master/tensorflow-1.15.0-cp37-cp37m-linux_armv7l.whl
$ sudo pip3 install tensorflow-1.15.0-cp37-cp37m-linux_armv7l.whl
Many thanks for a great tutorial -- I'm so stoked this is working...