hysts/pytorch_mpiigaze_demo
Gaze estimation using MPIIGaze and MPIIFaceGaze
What it solves
This project provides a demo program for gaze estimation, allowing users to determine where a person is looking based on images or video feeds (including live webcam input). It simplifies the process of using pretrained gaze estimation models like MPIIGaze, MPIIFaceGaze, and ETH-XGaze.
How it works
The program uses deep learning models to analyze visual data. It first detects faces and landmarks using a chosen detector (such as MediaPipe or dlib), then applies a
Who it's for
This tool is designed for developers and researchers interested in human-computer interaction, computer vision, and gaze tracking applications.
Highlights
Multiple Model Support: Supports MPIIGaze, MPIIFaceGaze, and ETH-XGaze models.
Flexible Input: Works with static images, video files, or live webcam streams.
Customizable Detection: Offers multiple face detection options including MediaPipe, dlib, and face_alignment_sfd.
Pretrained Weights: Automatically downloads weights from the Hugging Face Hub in safetensors format.
Visualization Tools: Includes interactive keys to toggle the display of the display of landmarks, head pose, and bounding boxes during processing.
houghtful translation of the provided text into Traditional Chinese, Simplified Chinese, Japanese, and Korean, following the specified JSON schema and rules. 1. zh-TW (Traditional Chinese): 1. zh-CN (Simplified Chinese): 1. ja (Japanese): 1. ko (Korean): 1. JSON Structure: Ensure the output is a single, valid, parseable JSON object containing the keys
zh-TW,zh-CN,ja, andko. Each key's value is an object withsummaryandbodyproperties. 2. Formatting: Preserve all Markdown formatting. 3. Non-translation: Do not translate code blocks, inline code, URLs, package names, repository names, or GitHub usernames. 4. No extra text: Only return the JSON. 5. No control tokens: Avoid `
and ` inside the JSON values if possible, but the standard JSON format requires them for newlines in strings. Wait, the prompt says