SthPhoenix / InsightFace-REST

InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

AkshayGondaliya opened this issue · comments

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

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