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

Detections are of shape (1, 200700, 6) but decode_openvino_detections uses the wrong number of dims #134

Open
suvojit-0x55aa opened this issue Apr 22, 2021 · 1 comment

Comments

@suvojit-0x55aa
Copy link

detections = detections[:,:,detections[:,:,:,2].argsort()[0][0][::-1],:] # sort detections on score

As seen here this is assuming 4 dims when output has 3.

@gosha20777
Copy link
Collaborator

I think some goes wrong with your conversion to open vino

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