TensorFlow-Object-Detection-on-the-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard

Running picamera.py

Open david2025-byte opened this issue 5 years ago • 2 comments
trafficstars

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

david2025-byte avatar Feb 17 '20 01:02 david2025-byte

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

kevin5k avatar Apr 11 '20 16:04 kevin5k

This website helped me a lot: https://blog.piwheels.org/how-to-work-out-the-missing-dependencies-for-a-python-package/

g2721 avatar Apr 13 '20 15:04 g2721