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

ValueError: could not broadcast input array from shape (75264,) into shape (37632,) #117

Open
AkshayGondaliya opened this issue Oct 5, 2023 · 1 comment

Comments

@AkshayGondaliya
Copy link

when i try to inference with one face it is working great. but when the input image contain 2 face it give me an erro :
ValueError: could not broadcast input array from shape (75264,) into shape (37632,)

Screenshot from 2023-10-05 12-22-57

@SthPhoenix
Copy link
Owner

SthPhoenix commented Dec 23, 2023

Sorry for late reply, If you are using custom model It was probably exported to ONNX without proper dynamic axes required for batch inference.

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