https://github.com/pupil-labs/pupil

sort by:
Revision Author Date Message Commit Date
7f4deb2 implement confidence filtering in player. version bump and data format upgrade. 02 November 2016, 13:33:45 UTC
23fdcc7 removed debug log message. 02 November 2016, 12:32:39 UTC
d7214fc updated to new file capture api. 02 November 2016, 12:32:28 UTC
8b5cb6a removed log message. 02 November 2016, 12:24:27 UTC
361406d Merge pull request #500 from snleu/master Organized player plugin list into visualization, analysis, and other 02 November 2016, 12:18:20 UTC
9fb6416 Merge pull request #506 from pupil-labs/event_topics adding topics to each data dict. 02 November 2016, 12:18:08 UTC
0f57678 Merge pull request #473 from papr/re_capture Capture handling code refactory 02 November 2016, 12:17:45 UTC
92f7e66 Merge branch 'master' into re_capture 02 November 2016, 08:54:48 UTC
2e7c4bd Merge pull request #3 from pupil-labs/re_capture final changes to re_capture PR 02 November 2016, 08:48:05 UTC
bc09d3c comment update. 02 November 2016, 08:04:31 UTC
463550c using StreamError Exception directly instead of getter_fn. 02 November 2016, 08:02:32 UTC
366129b adding topics to each data dict. This helps during developement. 01 November 2016, 14:28:14 UTC
40e3562 removed debug message. 01 November 2016, 12:58:32 UTC
0129847 removed runtime uvc recovery and loading because it was never stable enough for production 01 November 2016, 12:57:00 UTC
c6bea94 restructure init and recover logic. 01 November 2016, 09:55:00 UTC
7f77492 remove unused notification 01 November 2016, 09:54:30 UTC
b88d17d Merge pull request #505 from pupil-labs/mtrack improve surface tracking 31 October 2016, 19:15:14 UTC
4f6f9d8 paramter tweaks. 31 October 2016, 15:58:16 UTC
beb3fec Differentiation between specific name and list of preferred names during UVC init 31 October 2016, 15:49:32 UTC
86c70d6 small tweaks. 31 October 2016, 15:09:20 UTC
8e79a57 update the cache version for the offline marker tracker. 31 October 2016, 15:04:47 UTC
5cae2c4 use improved version of old robust marker tracker. 31 October 2016, 14:54:38 UTC
33ed9d5 improve optical flow tracking. 31 October 2016, 14:54:17 UTC
44913ac typo whitespace fix. 31 October 2016, 14:54:01 UTC
519557a another hack improvement to the surface smother. 31 October 2016, 14:53:46 UTC
9736b03 Fix nods UI issues 31 October 2016, 13:40:35 UTC
d54b9f1 dont use min_confidence threshold for now. 31 October 2016, 10:04:03 UTC
f09b237 readd old robust detection code. 31 October 2016, 10:03:40 UTC
e82ee69 use ransac detection method to detect results with bad fits. 31 October 2016, 10:03:15 UTC
b565283 Merge pull request #1 from pupil-labs/re_capture revisions to your PR 31 October 2016, 09:26:01 UTC
e34f1cd use marker id confidence measure. 31 October 2016, 08:28:42 UTC
e9cc8a9 compute robust mean 31 October 2016, 08:27:33 UTC
6c5b697 do not use the distortion model. It just does not work well. 31 October 2016, 08:27:07 UTC
f81ded9 small impovements. Ransac usefullness remains to be evaluated. 28 October 2016, 13:31:02 UTC
1106306 super simple smoothing a give a taste of what kalman filtering will do for us in terms of tracking quality. I hope this is a motivator for @papr . 28 October 2016, 12:55:09 UTC
4b063da corner refinement. 28 October 2016, 10:13:31 UTC
ecddcad refinement to id confidence and soft id. 28 October 2016, 08:37:49 UTC
e3c0020 implemented soft id detection on marker decode level. 27 October 2016, 15:58:18 UTC
ef2bfcb fiddeling with optical flow parameters 27 October 2016, 15:57:50 UTC
d7476f0 removed old compiler code. 27 October 2016, 10:03:31 UTC
002c337 Update README.md update pupil hardware text 27 October 2016, 09:39:27 UTC
10700aa removed use of cap.get_timestamp 27 October 2016, 09:20:43 UTC
68fb225 update service.py fn signature. 27 October 2016, 09:15:45 UTC
0c57ade fixed a bug that prevented proper retirement of gaze mappers during replacement with a gaze mapper of different class. 27 October 2016, 08:12:04 UTC
c1ba823 use custom info text for fake capture on failure. 27 October 2016, 07:50:41 UTC
f6cd97a delete uvc settings when switching from one uvc device to the next. We dont what this since we require quirks to be set. 26 October 2016, 15:36:55 UTC
1a28c19 remove time fns from capture class . this is now handled by g_pool. 26 October 2016, 15:36:11 UTC
d9ca2d9 deal with unicode input in pyav. 26 October 2016, 15:35:21 UTC
f420488 updated fake source info text. 26 October 2016, 15:34:31 UTC
8a6b33f removed whitespace 26 October 2016, 15:34:16 UTC
1f562f5 syntax tuning 26 October 2016, 15:34:06 UTC
8a8a8b7 updated profiling fn signature. 26 October 2016, 15:33:40 UTC
d20f93b all video files to rewind instead of stopping world process. 26 October 2016, 15:33:15 UTC
5d7ad32 call gl_display and eye.py 26 October 2016, 15:32:52 UTC
24a1522 remove capture settings from main.py and moved them into world and eye.py. Renamed variables. Slight syntax tuning 26 October 2016, 15:32:38 UTC
93b78fb re-raise InitError as InitialisationError for proper catching. 26 October 2016, 15:31:00 UTC
2f38d12 code cleaning 26 October 2016, 10:36:34 UTC
6e7a297 category lists initalized at beginning of session 26 October 2016, 09:36:09 UTC
07d47a0 small edit 25 October 2016, 16:14:45 UTC
6c01617 one plugin drop down menu with segmentation 25 October 2016, 16:13:00 UTC
4e6ca9d made one drop down menu into sections 25 October 2016, 14:06:00 UTC
8dcc33d Use optical flow on unmatched markers 17 October 2016, 14:35:21 UTC
0dbcfc4 organized player plugin list 17 October 2016, 12:53:08 UTC
2fda789 fixing #491 13 October 2016, 19:30:31 UTC
c0e8c03 Draw marker learning progress 13 October 2016, 08:39:21 UTC
a3794b9 per vertex velocity, applied forward projection for unmatched state entries 13 October 2016, 08:39:03 UTC
a289ede Flatten observations from dicts to np arrays 12 October 2016, 15:49:11 UTC
9ccc0db Renames, display threshold, bug fixes, Capture integration 12 October 2016, 13:58:36 UTC
cedcf03 Store vertices instead of centroid in history 11 October 2016, 13:38:05 UTC
55e61d6 Merge pull request #492 from pupil-labs/license_refactor License refactor 10 October 2016, 13:02:36 UTC
206eeca Merge pull request #496 from papr/default_fix_detector Turn on Fixation_Detector_3D by default for Capture 10 October 2016, 13:00:58 UTC
57e1173 Merge pull request #495 from papr/fixes Fix Vis Light Plugin 10 October 2016, 13:00:29 UTC
f89802c Turn on Fixation_Detector_3D by default for Capture 10 October 2016, 10:31:45 UTC
3f448ce Fixes #494 Problem originated in b48f90e 10 October 2016, 09:47:15 UTC
53adb49 Marker Detection 07 October 2016, 15:56:56 UTC
5fdf950 Merge branch 'license_refactor' of https://github.com/pupil-labs/pupil into license_refactor 07 October 2016, 08:23:04 UTC
977f399 fix outdated license header 07 October 2016, 08:21:19 UTC
4ad68fe change directory path for header updates 07 October 2016, 08:21:19 UTC
127bb6c remove `license.txt` and move `update_license_header.py` to top level of the directory 07 October 2016, 08:21:19 UTC
0a80ae2 rename gpl and lpgl license files and update to standard formatting 07 October 2016, 08:21:19 UTC
0a9601a fix outdated license header 07 October 2016, 08:17:44 UTC
13902b3 change directory path for header updates 07 October 2016, 08:17:18 UTC
e146961 remove `license.txt` and move `update_license_header.py` to top level of the directory 07 October 2016, 08:14:37 UTC
a6dde2c rename gpl and lpgl license files and update to standard formatting 07 October 2016, 08:13:23 UTC
1c12e03 NDSI fixes and changes for commspec v2.11 05 October 2016, 12:07:07 UTC
3077f8a Use uvc.Device_List to avoid libusb_exit deadlock 04 October 2016, 13:07:58 UTC
1cb7651 Fix wrong timestamp func and var name 30 September 2016, 15:51:51 UTC
6cad27f Remove g_pool.capture.timestamp() and replace with g_pool.timestamp() Sources are responsible that their frames’ timestamps lie in the same time domain as g_pool.timestamp() In player one should take the current frame’s timestamp for frame synchronised data. 30 September 2016, 15:01:04 UTC
ffb31ef Merge pull request #489 from snleu/player_replay Added rewind to player, issue #354 30 September 2016, 14:31:18 UTC
fb507e9 added rewind to player, issue #354 30 September 2016, 11:09:19 UTC
f6988b6 Fix recording stop 29 September 2016, 16:14:24 UTC
b4e78f0 Stop recording on fallback to fake source 29 September 2016, 15:34:36 UTC
8d8d32c Remove excessive use of uvc.is_accessible() 29 September 2016, 15:28:38 UTC
31ee8c2 Reintroduce uvc re-initialisation 29 September 2016, 14:09:32 UTC
ee8f16c Merge pull request #487 from snleu/annotation_csv_export Export annotations to csv file in annotations_player plugin 29 September 2016, 13:55:45 UTC
ec9ca20 clean up, dict comprehension 29 September 2016, 12:33:55 UTC
6c11c8b added export to csv to the annotations plugin 29 September 2016, 10:25:52 UTC
955b0f7 Flatten module hierarchy 29 September 2016, 09:08:29 UTC
5bd9bde editing annotations plugin to export annotations as cvs file 28 September 2016, 15:10:02 UTC
651e032 Detailed Documentation 27 September 2016, 15:24:00 UTC
back to top