Skip to content

Array Problem in Test Find_Cars on an Example Image #3

Description

@melonshreyas

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions