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

Running picamera.py

david2025-byte opened this issue · 2 comments

Traceback (most recent call last): File "Object_detection_picamera.py", line 23, in import cv2 ModuleNotFoundError: No module named 'cv2'
aaa

Error message tells you that your code is referencing an absent cv2 library. Perform pip installation of opencv-python package and error should resolve.