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

issue with Object_detection_picamera.py

moin786ahamad opened this issue · 2 comments

ImportError: /home/pi/.local/lib/python3.7/site-packages/cv2/cv2.cpython-37m-arm-linux-gnueabihf.so: undefined symbol: __atomic_fetch_add_8

did you check if you have python3-picamera installed ?.. it is a python script afterall
cv2 is opencv could stream but this particular script is calling picamera
but anyways the script is outdated in that tensorflow has seen upgrades since this project . If you fixed this picam issue you'll only bump into other issues - i suggest you look for a more recent project that achieves the same goals

Have you found the solution?