Skip to content

Releases: baponkar/computer-vision

2.0: Face and finger detection by mtcnn and mediapipe machine learning pre…

16 May 18:08
Compare
Choose a tag to compare

Second Stable Release

Machine learning pre trained models are using to detect hand, finger and face. Here mtcnn and mediapipe packages used in the added file hand_finger_detection.py, smart_finger_detection.py and smart_finger_detection_1.py files.

The previous properties
In this First Release have following functionality

  • Eye Blink Detection,
  • Eye Detection,
  • Face Detection,
  • Finger Track, [Currently It has some inaccuracy]
  • Hand Detection, [Currently It has some inaccuracy]
  • Mouth Detection and
  • Smile Detection

You need to download the .zip file or clone the repository, then you need to install required packages from requirements.txt. then run the python file.

First stable release

16 May 12:40
Compare
Choose a tag to compare

First Stable Release

Version - 1.0

In this First Release have following functionality

  • Eye Blink Detection,
  • Eye Detection,
  • Face Detection,
  • Finger Track, [Currently It has some inaccuracy]
  • Hand Detection, [Currently It has some inaccuracy]
  • Mouth Detection and
  • Smile Detection

You need to download the .zip file or clone the repository, then you need to install required packages from requirements.txt. then run the python file.