Skip to content

arsho/face_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection (Human and Cat faces)

Detect human and cat faces in images. You can test on multiple images by keeping them inside input_test folder.

Packages Used

The program is coded using Windows 10 (64 bit) operating system with Python version 3.5.2.

The following packages are necessary to run the program:

Package Version Installation
OpenCV 3.2.0 pip install opencv-python
Numpy 1.11.3 pip install numpy
Matplotlib 1.5.3 pip install matplotlib

Running the program

Open cat_human.py and click on Run > Run Module. The test images should be in input_test folder.

Test Images

alt ch2.jpg

alt ch3.jpg

alt ch6.jpg

Output Images

The output images consist of human and cat faces marked by color boxes.

alt ch2.jpg

alt ch3.jpg

alt ch6.jpg

References


Feel free to contribute for improvement.

About

Detect human and cat faces of an image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages