-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathconfig.ini
More file actions
30 lines (27 loc) · 713 Bytes
/
config.ini
File metadata and controls
30 lines (27 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[DEFAULT]
image_size = 64 ; nxn pixel output image
record_frame_rate = 30
skip_frames = 3 ; only save every x frames
focus_edges = True ; increase probability of screen edge targets
only_edges = False ; *only* target screen edges
beta_a = 0.4 ; beta distribution params for edge sampling
beta_b = 0.4
target_radius = 15
target_speed = 280
map_scale = 10
avg_window_length = 5 ; number of frames to avg across for tracked eye location
[EYETRACKER]
monitor_num = 3
show_webcam = True
screen_capture_scale = 0.5
tracker_frame_rate = 12
write_to_disk = True
[COLOURS]
black = (0, 0, 0)
gray = (200, 200, 200)
white = (255, 255, 255)
red = (255, 0, 0)
green = (0, 255, 0)
blue = (0, 0, 255)
[TF]
best_loss = 100000