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

sort by:
Revision Author Date Message Commit Date
a808df7 Head Pose Tracker: Remove text rendering in debug window Due to bundle incompatibility 26 April 2019, 08:18:37 UTC
d6d409f Merge branch 'offline-online-head_pose_tracker' of https://github.com/ChingT/pupil into head_pose_tracker-offline-online 17 April 2019, 14:40:26 UTC
2ac7156 change optimize_camera_intrinsics default value to True 17 April 2019, 14:39:33 UTC
c9a6d3f Merge pull request #18 from papr/head_pose_tracker Head Pose Export: Change to export poses and marker vertices 17 April 2019, 08:00:57 UTC
4f7d9c8 Head Pose Export: Change to export poses and marker vertices 17 April 2019, 07:59:47 UTC
59caa87 change select_key_markers_interval to 1 in offline task 16 April 2019, 16:16:30 UTC
3a91af3 move visualization menu to the bottom; 16 April 2019, 16:16:03 UTC
e35baf3 Merge pull request #17 from papr/head_pose_tracker Add apriltag license file 16 April 2019, 14:26:19 UTC
3bb39fc Merge pull request #16 from papr/patch-2 Add link to original apriltag repository 16 April 2019, 14:26:10 UTC
eb2f3da Add apriltag license file 16 April 2019, 11:19:16 UTC
425bc2d Add link to original apriltag repository https://github.com/swatbotics/apriltag/blob/427a42ce24578e0fcc483eaf35794b986352070d/python/apriltag.py 16 April 2019, 11:17:46 UTC
7abba08 refactor 16 April 2019, 08:58:55 UTC
45fb830 Merge branch 'offline-online-head_pose_tracker' of https://github.com/ChingT/pupil into head_pose_tracker-offline-online 16 April 2019, 08:52:52 UTC
a5ba7cf small fixes 16 April 2019, 08:48:40 UTC
4da2731 Merge pull request #15 from papr/head_pose_tracker Small fixes for head pose tracker 16 April 2019, 08:46:30 UTC
e1f49d3 apriltag: Add explicit dependency warning 16 April 2019, 08:40:34 UTC
e86c394 Move apriltag module to shared_modules 16 April 2019, 08:19:17 UTC
b0b209c Head Pose Tracker: Set initial Window state 16 April 2019, 08:18:28 UTC
eb6a566 Merge branch 'offline-online-head_pose_tracker' of github.com:ChingT/pupil into head_pose_tracker 16 April 2019, 08:08:33 UTC
a466ab1 add glfwSetWindowSize 16 April 2019, 08:07:03 UTC
c3d18dc Head Pose Tracker: Rename few variable names 16 April 2019, 07:40:24 UTC
de18d3e Merge pull request #14 from papr/head_pose_tracker Head Pose Tracker: Support for spawn systems 16 April 2019, 07:29:00 UTC
1981f42 World: Setup IPCLoggingPatches correctly 16 April 2019, 07:27:23 UTC
fd49e5a Do not import head pose plugins in top-level init 16 April 2019, 07:27:02 UTC
d718e9a IPCLoggingPatch: Revert pickle support 16 April 2019, 07:26:15 UTC
6bf990c Merge branch 'offline-online-head_pose_tracker' of https://github.com/ChingT/pupil into head_pose_tracker-offline-online 15 April 2019, 18:23:36 UTC
ccb003c Merge pull request #13 from pupil-labs/master Apply export consistency PR 15 April 2019, 18:23:19 UTC
762af66 Merge pull request #12 from papr/head_pose_tracker Head Pose Tracker Export 15 April 2019, 18:23:10 UTC
77fd9a0 cache window_size and window_position 15 April 2019, 18:22:40 UTC
b239731 [online] add get_init_dict; fix OnlineSettings 15 April 2019, 17:39:02 UTC
a82a7c6 tasklib.background.patches: Make IPC Push URL Pickable 15 April 2019, 17:03:34 UTC
ab6ae50 Head Pose Tracker Export 15 April 2019, 17:03:20 UTC
a4b812b add VisualizationMenu; refactor 15 April 2019, 16:57:23 UTC
889c116 Merge pull request #1480 from papr/export-consistency Export range consistency 15 April 2019, 16:04:23 UTC
1771efc move open_visualization_window to general_settings 15 April 2019, 14:30:54 UTC
ea01506 upload Offline and Online Head_Pose_Tracker plugin 15 April 2019, 13:19:57 UTC
986d4b8 Improve export consistency for Isolated/iMotions Exporters 09 April 2019, 10:06:15 UTC
c1f616e Merge pull request #1476 from papr/audio_file_name Allow any audio*.mp4 to be loaded for audio playback 08 April 2019, 12:45:14 UTC
db4057d task_manager: Apply black 08 April 2019, 07:36:39 UTC
5942e29 Remove deprecated iMotions Exporter version 05 April 2019, 11:57:41 UTC
210a77a Us should_export/ts_window for csv exporting plugins 05 April 2019, 11:53:38 UTC
ef30522 Add ts_window field to should_export notification - `ts_window` is the to be exported time range (including trim marks) - `range` is the range of to be exported world frames (including start frame, excluding stop frame) 05 April 2019, 11:53:02 UTC
f33a00c AV Write: Extract frame writing functionality 04 April 2019, 15:16:38 UTC
4abd8b0 Make use of `audio_utils.load_audio` in AV_Writer 04 April 2019, 12:55:12 UTC
4e40e98 av_writer: Sort imports 04 April 2019, 12:33:45 UTC
aadaf6f Allow any audio*.mp4 files to be loaded for playback 04 April 2019, 09:51:04 UTC
9c51e3d Extract audio container/stream/ts loading 04 April 2019, 09:50:13 UTC
23ddc52 Sort imports 04 April 2019, 09:36:43 UTC
34df6c9 Merge pull request #1470 from emredog/1278_camera_auto_selection Fixes #1278 02 April 2019, 12:05:03 UTC
49d66be Fix syntax error 02 April 2019, 11:55:35 UTC
7abd49b Fixes bug: Multiple displays of warnings Removes a couple unnecessary "hops" when auto activating the sources, renames some of the notifications and manage the overall flow. 02 April 2019, 10:00:19 UTC
eb4e1fd Update pupil_src/shared_modules/video_capture/ndsi_backend.py Co-Authored-By: emredog <emredog@users.noreply.github.com> 02 April 2019, 07:21:09 UTC
16ad854 for/else and StopIteration version 01 April 2019, 14:35:19 UTC
3d9a86c Improves warning messages 01 April 2019, 13:34:38 UTC
9ceea3a Refactoring according to https://github.com/pupil-labs/pupil/pull/1470/files#r270843322 and https://github.com/pupil-labs/pupil/pull/1470/files#r270842242 01 April 2019, 13:28:22 UTC
8c27e8e Support for old headset (Logitech world cam) 01 April 2019, 09:55:01 UTC
4a61a44 renames the new button 01 April 2019, 09:25:50 UTC
8580bb6 minor improvement 01 April 2019, 09:25:29 UTC
5ec4c83 minor bugfix 01 April 2019, 09:14:08 UTC
0108490 'name' field of the message is renamed to a more readible one 01 April 2019, 09:13:35 UTC
24999f9 warning text sligthly changed 01 April 2019, 08:05:55 UTC
c96e401 Refactoring https://github.com/pupil-labs/pupil/pull/1470#pullrequestreview-220511551 29 March 2019, 16:24:13 UTC
f3db195 Removes unused comment 29 March 2019, 13:00:28 UTC
93fa872 Refactor requested by @ckbaumann 29 March 2019, 12:59:06 UTC
9c9c266 Refactoring according to remarks: https://github.com/pupil-labs/pupil/pull/1470#pullrequestreview-220127130 29 March 2019, 10:50:11 UTC
4b92e3e logs warning if no usb device is available 29 March 2019, 09:26:53 UTC
5ae2963 typo 28 March 2019, 16:28:03 UTC
6d18648 - delayed notification for host selection - re-notification of auto select manager, instead of direct call 28 March 2019, 15:37:52 UTC
78d09eb Button name updated 28 March 2019, 15:35:39 UTC
4a265f1 keep trying to activate mobile source until source list is available 28 March 2019, 14:12:31 UTC
4daaffa Pupil mobile now follow the "auto-select" pipeline 28 March 2019, 13:35:21 UTC
090b1c4 bugfix for uvc_backend 28 March 2019, 08:14:39 UTC
4f6ceec removed debug output 27 March 2019, 16:12:08 UTC
3bef3c9 Merge pull request #1466 from papr/task_proxy_fix background helper: Fix a type error when initialising Task_proxy 27 March 2019, 15:52:37 UTC
7bc9915 Merge pull request #1467 from papr/pytorch_v1.0 unet: Replace `torch.nn.functional` functions with their respective `torch` counterparts 27 March 2019, 15:52:00 UTC
afdbacb Auto-selection now works for UVC/fake/file backends. 27 March 2019, 15:28:43 UTC
efa26d9 unet: Replace `torch.nn.functional` functions with their respective `torch` counterparts pytorch 1.0 shows a deprecation warning for `torch.nn.functional.tanh()` 27 March 2019, 13:57:34 UTC
d3bcfb8 background helper: Fix a type error when initialising Task_proxy Line 40 expects `wrapper_args` to be a list instead of a tuple. ```python wrapper_args.extend(args) ``` 27 March 2019, 13:48:36 UTC
24ce241 Auto-select button to change the backend manager (but not the source. yet.) 27 March 2019, 09:23:10 UTC
55028ad Log main.py exceptions 06 March 2019, 12:26:34 UTC
b8b08cb bundle.bat: Correctly call python sub routines. 05 March 2019, 09:26:19 UTC
b8870a2 Video Lookup ammend: Use the max(1, median) as threshold This ensures that the gap can be filled even if the recording has a very high median timestamp difference. 04 March 2019, 18:24:53 UTC
a48c307 Video Lookup: Increase gap fill threshold to one second 04 March 2019, 18:17:39 UTC
0039cfc Update methods: Save correct version number after upgrade 04 March 2019, 11:11:51 UTC
a81a047 File Backend: Ensure frame index as Python int 04 March 2019, 10:23:29 UTC
29e089e Merge pull request #1456 from Windsooon/v1.11-preview Add explicit error messages 01 March 2019, 10:34:08 UTC
8fe6d29 update_methods/check_for_worldless_recording: Cleanup error handling and messages 01 March 2019, 10:33:25 UTC
a746b33 add explicit error messages 01 March 2019, 06:04:00 UTC
f76b685 Merge pull request #1452 from Windsooon/v1.11-preview Fixed broken videos error and cleanup code 28 February 2019, 08:58:31 UTC
02ea08a Replace Fake_Source with File_Source 28 February 2019, 08:53:30 UTC
36f22fe create world_lookup file and world.fake 27 February 2019, 07:40:01 UTC
85da657 handle case when the first video is broken 27 February 2019, 07:39:18 UTC
901b4e8 Fixed some videos are broken error 27 February 2019, 07:18:56 UTC
201d012 Fixed UnboundLocalError when plugin not using buffer mode 26 February 2019, 09:29:04 UTC
df0703b clean up code 26 February 2019, 08:07:56 UTC
0162c1d Fix "close timestamp" filling bug 25 February 2019, 14:02:43 UTC
1a5a7d1 Save lookup table after building, and fix loading 25 February 2019, 14:01:29 UTC
21842a4 Apply black format 25 February 2019, 13:54:26 UTC
597f3ef Raw Data Exporter: Clarify timestamp column names 20 February 2019, 18:55:01 UTC
54857e0 Upgrade recordings to v1.11 by adding recording uuid 20 February 2019, 17:01:15 UTC
back to top