aws-samples / amazon-rekognition-video-analyzer

A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Other
368 stars 158 forks source link

ImportError: No module named cv2 #15

Closed karthickvalentino closed 6 years ago

karthickvalentino commented 6 years ago

Hi, I followed all the steps when i run pynt videocaptureip["",] , I get [ build.pyc - Starting task "videocaptureip" ] Traceback (most recent call last): File "video_cap_ipcam.py", line 13, in import cv2 ImportError: No module named cv2 [ build.pyc - Completed task "videocaptureip" ] . can anyone help me.

vikaschouhan commented 6 years ago

opencv python module is not installed.

karthickvalentino commented 6 years ago

Can you help me with the installation. I have downloaded and extracted it. But it still throws the error. Where should I extract it to. I am new to python.