Open AkshayGondaliya opened 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,)
Sorry for late reply, If you are using custom model It was probably exported to ONNX without proper dynamic axes required for batch inference.
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,)