otaha178 / Emotion-recognition

Real time emotion recognition
MIT License
1.09k stars 364 forks source link

AttributeError: 'NoneType' object has no attribute 'shape' #54

Open ShitBro369 opened 2 years ago

ShitBro369 commented 2 years ago

when i run 'real_time_video.py' error as fllow:(what can i do) Traceback (most recent call last): File "C:/Users/Lenovo/PycharmProjects/Emotion-recognition/real_time_video.py", line 29, in frame = imutils.resize(frame,width=300) File "D:\anaconda\lib\site-packages\imutils\convenience.py", line 69, in resize (h, w) = image.shape[:2] AttributeError: 'NoneType' object has no attribute 'shape'