SthPhoenix / InsightFace-REST

InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.
Apache License 2.0
503 stars 117 forks source link

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

Open AkshayGondaliya opened 1 year ago

AkshayGondaliya commented 1 year ago

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 commented 11 months ago

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