-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: Expected 2D array, got 1D array instead: #21
Comments
In |
hello @vermouthzjh I tried your method now i am getting : |
@alwansm Hi, I met the same problems.Have u solved it? |
The same problem to me |
bump |
Same problem, anyone solve it yet? |
fd=fd.reshape(1,-1) |
Same problem,, Do you solved this? |
I'm running
test-object-detector.py
on Windows 10 64bit with python 3.6.3(added
print
statement's missing parenthesis)python successfully downloaded and extracted 'UIUC Image Database for Car Detection'
but i'm getting error here
how to resolve this issue?
The text was updated successfully, but these errors were encountered: