Prashast Sahay
Prashast Sahay

Reputation: 26

AttributeError : 'Nonetype' object has no attribute 'shape'

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.

Problem in Output.

Upvotes: 1

Views: 3551

Answers (1)

sisanared
sisanared

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

Related Questions