Skip to content

Latest commit

 

History

History

05 - Face & eye detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Exercise 5

👨‍🎓 This project was carried out during my master's degree in computer vision at URJC - Madrid

Detecting faces and eyes on a film trailer

Goals

  • Face detection
  • Eye detection

Requirements

  • Python 3.7+
  • opencv_python ~= 4.5.3.56

How to install all the requirements :

pip3 install -r requirements.txt

Usage

python eyefacedetector.py --video=./media/short_avenger.mp4 --out=./result.avi

Result

Result of the detection

Authors