Reputation: 26
I am new to both opencv and python and i am trying to run Face Recognition code given here.i have installed all the dependencies yet it is throwing the same problem "AttributeError : 'Nonetype' object has no attribute 'shape' ". I unable to solve it.
Upvotes: 1
Views: 3551
Reputation: 4287
From the stack trace it seems that your frame variable is Null. You will need to look at the code and figure out why. Or paste the code or provide a link so that others can help you.
Upvotes: 2