face-recognition-using-deep-learning icon indicating copy to clipboard operation
face-recognition-using-deep-learning copied to clipboard

Identify faces from video and images using OpenCV and Deep Learning

Results 15 face-recognition-using-deep-learning issues
Sort by recently updated
recently updated
newest added

When I try to run the file recognize_video.py, I get an error: Traceback (most recent call last): File "C:/Users/%username%/Desktop/face-recognition-using-deep-learning/recognize_video.py", line 22, in recognizer = pickle.loads(open("output/recognizer.pickle", "rb").read()) ModuleNotFoundError: No module named...

"recognize_video.py", line 22, in recognizer = pickle.loads(open("output/recognizer.pickle", "rb").read()) ModuleNotFoundError: No module named 'sklearn.svm.classes'

using these libraries below and their versions in python 3.8 imutils==0.5.4 joblib==1.1.0 numpy==1.22.1 opencv-python==4.5.5.62 scikit-learn==0.20.4 scipy==1.7.3 threadpoolctl==3.1.0 i got the error below Loading Face Detector... Loading Face Recognizer... Traceback (most...

Thank you for this amazing repository. I have found out that directly cloning and running the code results in unexpected behaviors (sometimes crashes). This is a result of the .pickle...

File "recognize_video.py", line 87, in preds = recognizer.predict_proba(vec)[0] File "/home/pi/.virtualenvs/cv/lib/python3.7/site-packages/sklearn/svm/_base.py", line 657, in predict_proba self._check_proba() File "/home/pi/.virtualenvs/cv/lib/python3.7/site-packages/sklearn/svm/_base.py", line 623, in _check_proba if not self.probability: AttributeError: 'SVC' object has no attribute...

File "recognize_video.py", line 22, in recognizer = pickle.loads(open("output/recognizer.pickle", "rb").read()) UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 512: ordinal not in range(128) I am get error in mac ox...

The class FaceRecognition is designed for performing face recognition tasks using deep learning techniques. Here's a brief overview of how it works: - Initialization: Upon instantiation, it sets up paths...

## Changes - Add new `recognize_screen.py` to recognize images from the screen stead of using webcam ![image](https://github.com/aakashjhawar/face-recognition-using-deep-learning/assets/10212321/3a612528-e053-4410-ba30-07cb096b55ae)