Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pupil-labs/dynamic-rim-module
A tool to remap gaze from the scene camera onto screen content
https://github.com/pupil-labs/dynamic-rim-module
eye-tracking opencv pupil-labs video
Last synced: about 20 hours ago
JSON representation
A tool to remap gaze from the scene camera onto screen content
- Host: GitHub
- URL: https://github.com/pupil-labs/dynamic-rim-module
- Owner: pupil-labs
- License: mit
- Created: 2022-09-02T09:42:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T10:43:16.000Z (11 days ago)
- Last Synced: 2024-11-05T11:43:51.101Z (11 days ago)
- Topics: eye-tracking, opencv, pupil-labs, video
- Language: Python
- Homepage:
- Size: 138 KB
- Stars: 3
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://img.shields.io/pypi/v/pupil-labs-dynamic-rim.svg
:target: `PyPI link`_.. image:: https://img.shields.io/pypi/pyversions/pupil-labs-dynamic-rim.svg
:target: `PyPI link`_.. _PyPI link: https://pypi.org/project/pupil-labs-dynamic-rim/
.. image:: https://github.com/pupil-labs/dynamic-rim-module/workflows/tests/badge.svg
:target: https://github.com/pupil-labs/dynamic-rim-module/actions?query=workflow%3A%22tests%22
:alt: tests.. 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/skeleton/badge/?version=latest
.. :target: https://skeleton.readthedocs.io/en/latest/?badge=latest.. image:: https://img.shields.io/badge/skeleton-2022-informational
:target: https://blog.jaraco.com/skeletonThis package allows you to use the Dynamic RIM module in Pupil Labs.
This is an extension of our `RIM `__
enrichment that allows you to select a screen/display in the reference image and plot the gaze over the content displayed on it.
It will also give you a csv file with the coordinates of the gaze in the screen coordinates.To install it, use:
.. code-block:: python
pip install pupil-labs-dynamic-rim
To run it:
.. code-block:: python
pl-dynamic-rim
See our `docs `__ for more information.