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 <module>
(J.left(), J.bottom()),font, 200) # Writing the name of the face recognized
TypeError: Required argument 'color' (pos 6) not found
您能向我描述此错误消息是关于什么的吗?
在此行中,我收到以下错误:cv2.putText(image,“ Unknown” + str(conf),(J.left(),J.bottom()),font,200)错误回溯(最新最后调用):文件“ C:\ Users \ ACER \ Desktop \ ...