-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathECD.json
41 lines (41 loc) · 819 Bytes
/
ECD.json
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
31
32
33
34
35
36
37
38
39
40
41
{
"root_path": "data/ECD",
"sequences":
{
"calibration":
{
"start_time_s": 5.0,
"end_time_s": 20.0
},
"boxes_6dof":
{
"start_time_s": 5.0,
"end_time_s": 20.0
},
"dynamic_6dof":
{
"start_time_s": 5.0,
"end_time_s": 20.0
},
"office_zigzag":
{
"start_time_s": 5.0,
"end_time_s": 12.0
},
"poster_6dof":
{
"start_time_s": 5.0,
"end_time_s": 20.0
},
"shapes_6dof":
{
"start_time_s": 5.0,
"end_time_s": 20.0
},
"slider_depth":
{
"start_time_s": 1.0,
"end_time_s": 2.5
}
}
}