TensorFlow-Object-Detection-on-the-Raspberry-Pi
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard
Issue With starting Project import cv2
Hi Thank you for you tutorial
i am having a issue starting the project at python3 Object_detection_picamera.py --usbcam i get this message bellow which says cv2 is missing i tried looking for the missing files using ld and ls but nothing is missing
any ideas?
Traceback (most recent call last):
File "Object_detection_picamera.py", line 23, in
have the same problem. with this command its still working LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1 python3 Object_detection_picamera.py found in another post.
Still seems to be just a workaround.
helo facing issue while starting
this error is coming
Traceback (most recent call last):
File "Object_detection_picamera.py", line 23, in
How could I solve this problem that I don't need to add at startup: LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1 python3 Object_detection_picamera.py