Adam Geitgey
Adam Geitgey
@Monica1998 it looks like somehow you got the face_recognition_models package installed where face_recognition should be. How did you install things?
We can't really help you if you don't share your code.
That is a good idea. I'll think about doing something in the future, but PRs are welcome if anyone else does it first. As a (lame) workaround, you could always...
The image you are passing in is null. Most likely your call to read from the camera with OpenCV is failing and returning None instead of an array. Add some...
There are links to the network architecture and training code here: https://github.com/ageitgey/face_recognition/wiki/Face-Recognition-Accuracy-Problems#question-can-i-re-train-the-face-encoding-model-to-make-it-more-accurate-for-my-images
Hi, we ran into this bug and then tracked it down. I don't think it's really a bug in `pdfminer.six` - at least it wasn't for us. How to reproduce:...
What kind of model are you training exactly? If you are just encoding images, you could save the encodings from the previous days so you don't have to recalculate them.
Thanks, that might be helpful. I've added it to the list here: https://github.com/ageitgey/face_recognition/wiki/Known-Face-Image-Datasets Feel free to add others.
There's a couple of problems at least with the code that have to be worked out before I could try to debug that specific issue. First, this line: ```python self.pool.map(self.threadComparison,...
Can you remove the .idea project files from the PR?