anik801 / EyeDetection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eye Detection

This is a pilot work for a larger project on Adversarial Machine Learning. This work utilizes the OpenCV Haarcascade library to detect eye area of human face. It highlights the eye region and generates a mask of the email. The White portion of mask denotes the eye region while the rest of image is blacked out.

Library used:

  • OpenCV (Haarcascades)

Input - Output

The following barchart depicts the gist of the evaluation results of trained models:

input_output.png

Source Code and Data

  • CODE is the source code for Eye Detection and mask generation.
  • INPUT contains the input facial images.
  • OUTPUT contains the generated mask.
  • LIBRARY contains Haarcascades library.

Project Team and Contributors

About


Languages

Language:Jupyter Notebook 100.0%