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
Hi,
I keep getting: ValueError: setting an array element with a sequence.
When the line: clf.fit(fds, labels) tries to run.
Do you have any idea what am I doing wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered:
This generally happens when the sizes of your feature vectors aren't the same.
All your fds should be of the same size, meaning that all your training images must be of the same dimensions.
If you directly cloned this repo without downloading the dataset, you might face the same issue.
Hi,
I keep getting: ValueError: setting an array element with a sequence.
When the line: clf.fit(fds, labels) tries to run.
Do you have any idea what am I doing wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered: