TensorFlow-Object-Detection-on-the-Raspberry-Pi
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
trafficstars
Error occur when i try to run Object_detection_picamera.py
A different version of numpy is installed on your system.
Fix it by running:
pip3 install --upgrade numpy