mirror of
https://github.com/ck-zhang/EyePy.git
synced 2025-12-31 00:10:06 -06:00
Update README
This commit is contained in:
15
README.md
15
README.md
@@ -9,9 +9,7 @@ This is a Python library that provides **webcam-based eye tracking**.
|
||||
Extract facial features, train eye tracking model and predict gaze with super easy to use interface.
|
||||
|
||||
## Usage Showcase
|
||||

|
||||
|
||||
*(Note: The demo hasn't been updated yet, but the latest version now features smoother predictions and blink detection.)*
|
||||

|
||||
|
||||
## Installation and Interactive Demo
|
||||
|
||||
@@ -33,6 +31,14 @@ uv sync
|
||||
uv run demo.py
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
- `--filter {kalman,kde}`: Filter method; `kalman` for Kalman Filter, or `kde` for a cool contour like in the demo
|
||||
- `--background BACKGROUND`: Path to background image file
|
||||
- `--confidence CONFIDENCE`: Set confidence interval for KDE contour; value must be between 0 and 1
|
||||
- `--camera CAMERA`: Specify camera index
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
### Initialization
|
||||
@@ -69,9 +75,6 @@ print(predicted_gaze)
|
||||
|
||||
### TODO
|
||||
|
||||
- [x] Improve demo calibration
|
||||
- [x] Blink detection
|
||||
- [x] Demo Kalman filter auto tuning
|
||||
- [ ] Integrate with opentrack
|
||||
|
||||
Any suggestions for features and improvements are welcome.
|
||||
|
||||
Reference in New Issue
Block a user