Skip to content
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

Array Problem in Test Find_Cars on an Example Image #3

Open
melonshreyas opened this issue Jan 31, 2019 · 1 comment
Open

Array Problem in Test Find_Cars on an Example Image #3

melonshreyas opened this issue Jan 31, 2019 · 1 comment

Comments

@melonshreyas
Copy link

Expected 2D array, got 1D array instead:
array=[0.05300031 0.02378882 0.01847368 ... 0.00791505 0.00755339 0.00548967].
Reshape your data either using array.reshape(-1, 1) if your data has a single feature or array.reshape(1, -1) if it contains a single sample.

image

@soans1994
Copy link

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants