Tech-Matrix / Face-Detection

Face detection app using python and opencv.
0 stars 3 forks source link

Real time face , eyes and nose detection #5

Closed amulyaashetty closed 3 years ago

amulyaashetty commented 3 years ago

Issue Number fixes #1

Describe the changes you've made

The existing code could only detect faces but after the changes that has been made it can detect face , nose and eyes of an individual by the formation of bounding boxes.

Describe if there is any unusual behaviour of your code ( Write NA if there isn't )

NA

Additional context

Add any other context or screenshots about the feature request here. 20210918_093137

Run plan

Make sure that you have numpy , opencv, installed in your system and keep the python file and haarcascade files in the same folder. To run type the command given below python LiveVideoFaceDetection.py

charvibannur commented 3 years ago

Great work @amulyaashetty !! I've merged your Pull request!!