InsightFace-REST icon indicating copy to clipboard operation
InsightFace-REST copied to clipboard

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

Open AkshayGondaliya opened this issue 2 years ago • 1 comments
trafficstars

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

AkshayGondaliya avatar Oct 05 '23 06:10 AkshayGondaliya

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

SthPhoenix avatar Dec 23 '23 19:12 SthPhoenix