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

Based on [](https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10) I trained a model to detect 3 labels. I have exported the model and transferred it to Raspberry pi as per [](https://github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi). However, when I run the...

I keep getting the following error after trying to initialize the project: OSError: libbcm_host.so: cannot open shared object file: No such file or directory. Anyone find a way to fix...