Releases: NativeSensors/EyeGestures
Releases · NativeSensors/EyeGestures
Dart Gaze
Breaking changes:
- now imports require only one eyegestures reference
import eyegestures
Features:
- Adding new v3 model,
- v3 model comes with experimental saccades detection,
- v3 face stabilization (user's head is tracked to counter act its movements),
- v3 face scaling (when user's head is moving forward or backward head landmarks will scaled),
- v3 do not use v1 nor v2,
- added test targets to v3 demo
- low pass filter for keypoints in v3
Fixes:
- More equal distribution of calibration data (now it has 30 data points per calibration point)
Quick Look
Features:
- Improved performance by calculating function fit in async routines
What's Changed (Generated Release Note)
- Develop by @PeterWaIIace in #33
- Fix comparison with NAN in heatmap.py by @hengky-kurniawan-1 in #34
- Moving old examples to legacy dir by @PeterWaIIace in #35
- Syncing with main by @PeterWaIIace in #37
- Develop by @PeterWaIIace in #38
New Contributors
- @hengky-kurniawan-1 made their first contribution in #34
Full Changelog: 2.7.4...2.7.5
2.7.4 - Stable View
What's Changed
- Updating example v2 by @PeterWaIIace in #30
- Lasso Regression and Changes for v2 calibration by @PeterWaIIace in #31
- Develop 2.7.4 by @PeterWaIIace in #32
Full Changelog: 2.4.2...2.7.4
2.4.2 - Bright Sight
Features:
- V2 engine with ML calibration
- Calibration matrices
- Changing API into returning two event objects: gevent and calibration event
- Saving and loading model
Fixes:
- Calibration cursor is not moving after calibration
- Removed "jumping cursor" in V2, caused by V1 calibration.
1.4.5
Features:
- Dynamic switching RoI size after moving head [Do not trigger new calibration]
Fix:
- Fixing debug prints
Windows App 0.0.3
Fixes:
- Calibration is not crashing
Features:
- CSV are chunked into multiple files of 100 lines
- Added script for heatmaps
- Sensitivity settings
- Plenty of new UI components
- Screen capture is taken at 1 second rate
- Frame rate is cap at 30 fps.
1.3.4 + Windows App
Windows App Features:
- Fixation threshold control
- Radius threshold control
- Screen recorder with button control (into list of .pngs)
- Data recorder (into csv)
- New layout
- Upgraded calibration
- Regions Of Interests
- RoIs and Gaze viewer
Bugs:
- Fixed bug in passing context instead of display to context
Important: 1.3.4 lib released to PyPi
1.3.3
- License GPL3 added
- changes in pytoml
1.3.2
- Updated interface from 1.2.2
1.2.1
Features:
- Configurable ROI starting points
- Configurable ROI sizes
Fixes:
- Fixing sharing data between contexts