Код: Выделить всё
cv2.putText(image,"Unknown" + str(conf), (J.left(), J.bottom()),font, 200)
Код: Выделить всё
Error
Traceback (most recent call last):
File "C:\Users\ACER\Desktop\PROJECT ALL RESOURCE\PROJECT ALL RESOURCE\Implementation\PYTHON FILES\facerecognition.py", line 73, in
(J.left(), J.bottom()),font, 200) # Writing the name of the face recognized
TypeError: Required argument 'color' (pos 6) not found
Подробнее здесь: https://stackoverflow.com/questions/604 ... v2-puttext