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 run 'main.py, I got an error ,
frameLen = len(coeffs[0])
I debug this program ,the coeffs is a one-dimensional array.
TypeError: object of type 'numpy.float64' has no len()
Looking forward to your reply , thanks in advance.
When I run 'main.py, I got an error ,
frameLen = len(coeffs[0])
I debug this program ,the coeffs is a one-dimensional array.
TypeError: object of type 'numpy.float64' has no len()
Looking forward to your reply , thanks in advance.