pupil-labs/pupil: Pupil Capture, Player, and Service release
Authors/Creators
- Moritz Kassner1
- Pablo Prietz2
- Roman Roibu2
- Patrick Faion3
- Patrick Fürst4
- Will1
- Marc Tonsen
- Ching
- Michael Barz
- ckbaumann
- Windson yang5
- Emre D.
- Rafael Picanço
- Sarah Leu
- Andrew Xia6
- Kai D.
- Basile
- Simon Maurer7
- fneitzel8
- Nathakit Sae-Tan2
- Polynomdivision
- Chadwick Boulay9
- Christopher Gundler
- Aeefire
- Chris Lenart
- Evan
- Felix Lange
- Ignacio
- Manuel Spitschan10
- Patrick Burke
- 1. Pupil Labs
- 2. @pupil-labs
- 3. @soundhound
- 4. @crate
- 5. unicooo
- 6. @snorkel-ai
- 7. University of Bern
- 8. eye square GmbH
- 9. The Ottawa Hospital Research Institute
- 10. University of Oxford
Description
We are pleased to announce the release of Pupil Core software v3.2!
Download the latest bundle (scroll down to the end of the release notes and see Assets).
Please feel free to get in touch with feedback and questions via the #pupil channel on Discord! :smile:
OverviewPupil v3.2 focuses on quaility-of-life and stability.
New- We added accuracy calculation and visualiation for VR/AR calibrations.
- Enable plugins in Pupil Player only if they are able to be used with the product that created the recordings.
- Pupil Player has improved playback for Pupil Invisible recordings.
Prior to this release, when performing HMD calibration, accuracy was not calculated nor visualised in Pupil Capture. This release makes accuracy calculation and visualisation consistent accross setups.
Product specicific Pupil Player plugin loading - #2100Load plugins in Pupil Player only if they are able to be used with the product that created the recordings.
Pupil Player is a very flexible tool. It can load, playback, visualize, and export data from recordings made with Pupil Core, Pupil Mobile, and Pupil Invisible! Each of these products have different capabilities and data formats for their recordings.
We have evaluated all Pupil Player plugins and their validity for each product. Starting with this release, Pupil Player will only enable plugins that are suitable for the active recording type.
Here is a list of what plugins are available based on the product that generated the recording:
Pupil Player Plugin Pupil Core Pupil Invisible Pupil Mobile Blink detection :heavy_check_mark: :heavy_minus_sign: :heavy_check_mark: Fixation detection :heavy_check_mark: :heavy_minus_sign: :heavy_check_mark: Post-hoc pupil detection :heavy_check_mark: :heavy_minus_sign: :heavy_check_mark: Post-hoc gaze calibration :heavy_check_mark: :heavy_minus_sign: :heavy_check_mark: Pupil from recording :heavy_check_mark: :heavy_minus_sign: :heavy_minus_sign: Gaze from recording :heavy_check_mark: :heavy_check_mark: :heavy_minus_sign: Improved pye3d detection speed improvementWe are aware that pye3d requires more computational resources than its predecessor, and are actively working to improve the speed. For some users, it has become more difficult to reach a consistent detection rate of 200Hz.
The first step we have taken to speed up pye3d is to disable some optional computations that are not currently used by Pupil Capture and Pupil Player (jump to develper notes for details).
Fixed- Support recordings with decoding issues - #2107
- Support recordings when audio device fails - #2103
- Fixed laggy playback after seeking on Pupil Invisible recordings - #2108
Python dependencies can be updated using pip and the requirements.txt file:
python -m pip install --upgrade pip wheel
pip install -r requirements.txt
pye3d v0.0.6
pye3d v0.0.6 allows to disable optional computations. Pupil Core is not making use of these optional computations, they have been disabled, effectively reducing the computational load of pye3d pupil detections. Read about the changes here.
<h3 id="downloads">Downloads</h3>To open the RAR-archive on Windows, you will need to use decompression software, such as WinRAR or 7-Zip (both are available for free).
Files
pupil-labs/pupil-v3.2.zip
Files
(4.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:409aa6908619bb90cfd825a6b1fd71b2
|
4.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pupil-labs/pupil/tree/v3.2 (URL)