face_recognition
face_recognition copied to clipboard
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
- Python version:python 3.6
- Operating System:linux
I have used face recognition library and knn. when two faces are detceted in the frame iam getting this following error __
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
please suggest me how can i solve this issue. thanks in advance.
I'm also having same issue. Please help.