gurucharan-marthi / Face-Mask-Detection

In this, I am attaching my code for building a CNN model to detect if a person is wearing face mask or not using the webcam of their PC.
99 stars 92 forks source link

'NoneType' object has no attribute 'shape' #2

Open shivam-bhardwaj-sb opened 4 years ago

shivam-bhardwaj-sb commented 4 years ago

getting error in this line of code "mini = cv2.resize(im, (im.shape[1] // size, im.shape[0] // size))". Would you please elaborate about "im"?What it is?

vinayakpandi commented 3 years ago

@shivam-bhardwaj-sb Were you able to resolve this issue?