balajisrinivas / Face-Mask-Detection

Detecting face masks using Python, Keras, OpenCV on real video streams
485 stars 684 forks source link

Unable to execute the code, after installing requirements, please help #9

Open yeshwanthreddy12 opened 3 years ago

yeshwanthreddy12 commented 3 years ago

G:\PavanProjects\Scripts\python.exe C:/Users/SUNNYBUNNY/Downloads/Face-Mask-Detection-master/detect_mask_video.py Traceback (most recent call last): File "C:/Users/SUNNYBUNNY/Downloads/Face-Mask-Detection-master/detect_mask_video.py", line 5, in from imutils.video import VideoStream File "G:\PavanProjects\lib\site-packages\imutils__init.py", line 8, in from .convenience import translate File "G:\PavanProjects\lib\site-packages\imutils\convenience.py", line 6, in import cv2 File "C:\Python37\lib\cv2\init.py", line 96, in bootstrap() File "C:\Python37\lib\cv2\init__.py", line 86, in bootstrap import cv2 ImportError: DLL load failed: The specified module could not be found.