Changes between Version 4 and Version 5 of ProjectWebGazerjs
- Timestamp:
- 05/12/18 20:58:36 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectWebGazerjs
v4 v5 29 29 == '''Project Anatomy''' == 30 30 31 **Community**: !PyGaze community31 **Community**: Alexandra Papoutsaki, James Laskey, Aaron Gokaslan, Yuze He, Jeff Huang. 32 32 33 **Leadership**: Edwin Dalmaijer33 **Leadership**: Dr. Gerald Weber and his team Dr. Clemens Zeidler and Kai-Cheung Leung 34 34 35 **Forking**: Fork your own copy at this address https://github.com/esdalmaijer/PyGaze, for which you will need a !GitHub account.35 **Forking**: Fork your own copy at this address: https://github.com/brownhci/WebGazer, for which you will need a !GitHub account. 36 36 37 **Communication**: There are a couple of ways for communicating with !PyGaze developers, one is their support forum accessible from http://forum.cogsci.nl/index.php?p=/categories/pygaze and the other is a contact form found at http://www.pygaze.org/contact/ (in case you do not want to create a forum account)37 **Communication**: There is info for contact on the personal profiles of two members, Alexandra Papoutsaki: http://www.cs.pomona.edu/~apapoutsaki/ and Jeff Huang: http://jeffhuang.com/. 38 38 39 39 **Roadmaps**: … … 42 42 ''Original goal:'' 43 43 44 - bundles of code for a large range of different eye trackers from different manufacturers into a single interface. 45 - open-source based on excisting libraries 44 It was designed as a new approach to browser-based eye tracking for common webcams. 46 45 47 46 ''Future goals:'' 48 47 49 48 Short term: 50 - better variable management and getting rid of some annoying bugs51 - an analysis suite to complement the existing experimental library52 49 53 Long term: 54 - incorporate support for more eye trackers and support for even more obscure peripherals 55 - support for electroencephalography 56 57 Source: Interview with lead developer: https://opensource.com/life/15/12/pygaze-open-source-eye-tracking-toolkit 50 WebGazer aims to overcome the accuracy problems that webcams typically face, by adopting user interactions to continuously self-calibrate during regular web browsing. 51 52 Source: http://jeffhuang.com/Final_WebGazer_IJCAI16.pdf 58 53 59 54 **Releases**: 60 55 61 1. Behavior Research Methods, December 2014, Volume 46, Issue 4, pp 913–921 | Cite as !PyGaze: An open-source, cross-platform toolbox for minimal-effort programming of eyetracking experiments - https://link.springer.com/article/10.3758/s13428-013-0422-2 62 2. Edwin S. Dalmaijer, Sebastiaan Mathôt, Stefan Van der Stigchel, 2013 - http://www.pygaze.org/resources/downloads/Dalmaijer_Mathot_Stigchel_2013_PyGaze_manuscript.pdf 63 3. Dalmaijer, E.S., Mathôt, S., & Van der Stigchel, S. (2013). !PyGaze: an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments. Behaviour Research Methods. doi:10.3758/s13428-013-0422-2 64 56 1. WebGazer: Scalable Webcam Eye Tracking Using User Interactions - Alexandra Papoutsaki, Nediyana Daskalov, Patsorn Sangkloy, Jeff Huang, James Laskey, James Hays - July 2016 **Conference: 25th International Joint Conference on Artificial 57 Intelligence (IJCAI 2016)At: New York City, New York 58 ** 65 59 **Repositories**: 66 60 … … 97 91 === Evaluation === 98 92 99 **Licensing:** G NU Public License (version 3)93 **Licensing:** GPLv3 100 94 101 **Language:** Python95 **Language:** Javascript 102 96 103 97 **Activity:** Active