-
Hey. I do not have static photos, I want to train the model dynamically. So I need a method **update**.
In the original **opencv_contrib**, this method is present:
https://github.com/kyamagu/mexopen…
-
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Python39\lib\tkinter\__init__.py", line 1892, in __call__
return self.func(*args)
File "c:\Users\ACER\Desktop\myPr…
KhomZ updated
2 years ago
-
recognizer.train(x_train, np.array(y_labels))
cv2.error: OpenCV(4.0.1) C:\projects\opencv-python\opencv_contrib\modules\face\src\lbph_faces.cpp:362: error: (-210:Unsupported format or combination of …
-
I have been trying basic example provided in read.me i got below error. Please help me
(libfaceid_env) E:\assignment\training\Image_recognition\libfaceid-master>python TRY1.PY
Traceback (mos…
-
Transferred from http://code.opencv.org/issues/4437
```
|| Quang Huy Nguyen on 2015-06-25 09:34
|| Priority: High
|| Affected: 2.4.9 (latest release)
|| Category: None
|| Tracker: Bug
|| Difficulty: …
-
hi, thankyou, its really easy to understand your explaination about the theory of LBPH, but how about the classification, what theory that openCV use, can you explain that to? or do you have any refer…
-
Hi @cesarsouza
I used opencv LBP, and I think it was used also by emgu as lbph face recognizer
http://www.bytefish.de/blog/local_binary_patterns/
I just wanna ask if Accord.Net LBP is same in …
-
I cloned your code and installed all packages from your requirements.txt.
Tried "testing_webcam_livenessdetection" from your sample and getting following error:
```
F:\libfaceid-master\libfaceid-ma…
-
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…
-
**Hi i'm using face Recognition(LBPH predict).
imagine we have vector of faces
and want for each face start a recognition thread
the program run but results are false, i think ,it is because of re…