-
Cant run the file create_face.py .. filing at File
"D:\custom_projects\face_detection\venv\lib\site-packages\imutils\face_utils\facealigner.py", line 69, in align
M = cv2.getRotationMatrix2D(c…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
@bruceyang2012 ,I want to ask where I can find the file shape_predictor_68_face_landmarks.dat and face_template.npy
-
File "draft.py", line 8, in
fr_object1.train_model(folder)
File "C:\Users\Hoan\anaconda3\envs\timekeeping\lib\site-packages\FaceReco\FaceReco.py", line 84, in train_model
faceAligned =…
-
```
> M = cv2.getRotationMatrix2D(eyesCenter, angle, scale)
E TypeError: Can't parse 'center'. Sequence item with index 0 has a wrong type
```
the actual shape of eyesCenter is (np.int64, …
-
While adding photos to train this error occurred.
TypeError at /add_photos/
Can't parse 'center'. Sequence item with index 0 has a wrong type
Request Method: POST
Request URL: http://127.0.0.1:8…
-
""""""
[INFO] Start webcam
Traceback (most recent call last):
File "C:\Users\Windows 10\Desktop\Heart-rate-measurement-using-camera-master\GUI.py", line 273, in run
self.main_loop()
File …
-
WARNING: Ignoring invalid distribution - (c:\python310\lib\site-packages)
Installing collected packages: imutils
DEPRECATION: imutils is being installed using the legacy 'setup.py install' method,…
-
[INFO] Start webcam
D:\anaconda\lib\site-packages\numpy\core\fromnumeric.py:2920: RuntimeWarning: Mean of empty slice.
out=out, **kwargs)
D:\anaconda\lib\site-packages\numpy\core\_methods.py:85: …
-
Hi @1297rohit, @kanchanSharma17
I was going through your article for face recognition in towardsdatascience.
I got the following error
line :-
faceAligned =fa.align(img, gray, dlib.rectangl…