Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 367 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 367 Bytes

Object-Detection-using-OpenCV

Detect face, eye and watch using your webcam(or in any video)

Steps:

  1. Clone the project to your PC.
  2. Run the watch_detection.py file on your terminal.
  3. If the detection is not accurate, change the line of code ==> watches = watch_cascade.detectMultiScale(gray, 3, 6) ==> Change 3 and 6 to some suitable value.