-
getting an error while creating the algorithm eigen face recognition and same error while fisher face recognizer
Header file error
this 2 lines are showing error:
Ptr model = EigenFaceRecognize…
-
My face recognizer (camera) is not working i.e camera is not working.
-
cv2.face.LBPHFaceRecognizer_create() is module not working
**error show terminal is**
Traceback (most recent call last):
File "def2.py", line 20, in
model = cv2.face.LBPHFaceRecognizer_crea…
-
Allow smaller sizes of face image inputs then 150 x 150.
-
is there any chance to have a prebuilt onnx whisper large model with russian language? thanks much
-
AttributeError Traceback (most recent call last)
in ()
130 #face_recognizer = cv2.face.LBPHFaceRecognizer_create()
131 #recognizer = cv2.face.LBPHFaceRecognizer_…
-
hi Ramiz,
First of all, great tutorial, thank you.
When i (pip) installed the requirement for this tutorial, I've got OpenCV 3.3.0 and it had some issues with your code.
I've done few adjust…
-
I've tried every single suggestions at least from 100 forums and no luck... everything is the newest version, contrib installed, cv updated, Ubuntu, Python, libraries, everything is the last version..…
-
请问执行:cmake .. && make时出现以下错误什么原因?
make[2]: *** [src/test/CMakeFiles/./test_face_recognizer.bin.dir/test_face_recognizer.cpp.o] 错误 1
make[1]: *** [src/test/CMakeFiles/./test_face_recognizer.bin.dir…
-
In face-recognition.js has a method of adding faces to a specific classifier by name.
`recognizer.addFaces(sheldonFaces, 'sheldon')`
Is it possible to cancel the action? Clear classifier by name?
e…