https://github.com/pupil-labs/pye3d-detector
https://github.com/pupil-labs/pye3d-detector
eye-tracking python
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pupil-labs/pye3d-detector
- Owner: pupil-labs
- License: other
- Created: 2020-05-12T12:53:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T20:18:39.000Z (about 2 months ago)
- Last Synced: 2025-03-30T12:06:48.301Z (25 days ago)
- Topics: eye-tracking, python
- Language: Python
- Homepage: https://pye3d-detector.readthedocs.io/en/latest/
- Size: 1.47 MB
- Stars: 39
- Watchers: 6
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://img.shields.io/pypi/v/pye3d.svg
:target: `PyPI link`_.. image:: https://img.shields.io/pypi/pyversions/pye3d.svg
:target: `PyPI link`_.. _PyPI link: https://pypi.org/project/pye3d
.. image:: https://github.com/pupil-labs/pye3d-detector/actions/workflows/build-pye3d.yml/badge.svg
:target: https://github.com/pupil-labs/pye3d-detector/actions/workflows/build-pye3d.yml
:alt: Build pye3d.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code style: Black.. image:: https://readthedocs.org/projects/pye3d-detector/badge/?version=latest
:target: https://pye3d-detector.readthedocs.io/en/latest/?badge=latest.. image:: https://img.shields.io/badge/skeleton-2021-informational
:target: https://blog.jaraco.com/skeletonpye3d Detector
##############``pye3d`` implements a published mathematical 3D eye model capturing ocular kinematics
and optics (see `Swirski and Dodgson, 2013`_, as well as `Dierkes, Kassner, and Bulling, 2019`_... _Swirski and Dodgson, 2013: https://www.researchgate.net/publication/264658852_A_fully-automatic_temporal_approach_to_single_camera_glint-free_3D_eye_model_fitting
.. _Dierkes, Kassner, and Bulling, 2019: https://www.researchgate.net/publication/333490770_A_fast_approach_to_refraction-aware_eye-model_fitting_and_gaze_predictionInstallation
------------We recommend installing the pre-packaged binary wheels from PyPI:
.. code-block:: console
pip install pye3d
For more information see the `documentation `_.