This project implements real-time face mesh detection and visualization using Python, OpenCV, and MediaPipe. It enables the identification of facial features and contours in real-time video streams.
- Real-time face mesh detection.
- Visualization of facial features and contours.
- Frame rate display for performance monitoring.
-
Prerequisites: Ensure you have the necessary dependencies installed. You can install them using
pip
:pip install opencv-python mediapipe
-
Run the Script: Execute the Python script to start real-time face mesh detection:
python Face_Mesh.py
-
Controls:
- Press
q
to exit the application. - Press
c
to capture a screenshot with a timestamp.
- Press
Vaibhav Srivastava
GitHub: ZeusSama0001
This project is licensed under the MIT License - see the LICENSE.txt file for details.