Tag: face detection
-
Building a Cat Face Recognizer in Python
How to detect the difference between human and cat faces? In this post, I will show you how to write a simple program that detects cat faces. In a previous most, I showed how to detect human faces using Python. When I was testing the code with many images, I realized that there were animals…