Skip to content

😁 An implementation of Face Detection and Face Recognition using Python OpenCV

Notifications You must be signed in to change notification settings

RuFerdZ/Face-Detector

Repository files navigation

Face-Detection-and-Recognition

A simple implementation of Face Detection and Face Recognition using Python OpenCV 🖥️

  1. Development Environment
  2. Install Python
  3. Install numpy
  4. Install OpenCV
  5. Install Pillow
  6. Common Errors I Faced
  7. Resources

Development Environment

  • OS: Windows 10
  • IDE: PyCharm
  • External Peripharals: Internal + External Webcam

Install Python

You can Download and Install python from the following link: Download Python

Install numpy

Use the following command in Command Prompt (Administrator) to install numpy in your System

pip install numpy

Install openCV

Use the following command in Command Prompt (Administrator) to install openCV in your System

pip install opencv-python

Install Pillow

Use the following command in Command Prompt (Administrator) to install Pillow in your System

pip install Pillow

Common Errors Faced

Invalid HAAR feature (expected: 'rw.r.x < W'), where
>     'rw.r.x' is 17<br>
> must be less than<br>
>     'W' is 15

You will find a <size></size> tag inside of the metioned HAAR .xml file, It Contains the Width-W, and Height-H, making either of the needed value greater than the required value helps. (basically 32)

Resources

About

😁 An implementation of Face Detection and Face Recognition using Python OpenCV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages