You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i am executing CreateGest.py I was getting this error
File "CreateGest.py", line 42, in main
if len(contours) > 0:
TypeError: object of type 'NoneType' has no len()
[ WARN:0] terminating async callback
[ WARN:0] terminating async callback
Please help me in solving this. Thanks in advance.
The text was updated successfully, but these errors were encountered:
When i am executing CreateGest.py I was getting this error
File "CreateGest.py", line 42, in main
if len(contours) > 0:
TypeError: object of type 'NoneType' has no len()
[ WARN:0] terminating async callback
[ WARN:0] terminating async callback
Please help me in solving this. Thanks in advance.
The text was updated successfully, but these errors were encountered: