I follow this URL read.md (https://github.com/EdjeElectronics/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi/blob/master/Raspberry_Pi_Guide.md)
But,I encounter error.
python3 TFLite_detection_webcam.py --modeldir=Sample_TFLite_model
error below
no module named cv2
I only engaged in readmd.So, opencv include pip list. opencv_version:3.4.6.27 python_version:3.7.0
Could you tell me what is wrong Thank you.