-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposture_calibration.json
More file actions
94 lines (94 loc) · 2.25 KB
/
posture_calibration.json
File metadata and controls
94 lines (94 loc) · 2.25 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"good_examples": [
{
"measurements": {
"head_height": 0.27778127789497375,
"nose_height_in_frame": 0.5774150490760803
},
"timestamp": 1753480079.0016499
},
{
"measurements": {
"head_height": 0.2699192762374878,
"nose_height_in_frame": 0.5878801941871643
},
"timestamp": 1753480083.254903
},
{
"measurements": {
"head_height": 0.28136375546455383,
"nose_height_in_frame": 0.5749692320823669
},
"timestamp": 1753480091.867281
},
{
"measurements": {
"head_height": 0.26445886492729187,
"nose_height_in_frame": 0.5628833770751953
},
"timestamp": 1753481931.198411
},
{
"measurements": {
"head_height": 0.28001099824905396,
"nose_height_in_frame": 0.5365732312202454
},
"timestamp": 1753481935.089256
},
{
"measurements": {
"head_height": 0.2581402063369751,
"nose_height_in_frame": 0.6058950424194336
},
"timestamp": 1753559666.78736
},
{
"measurements": {
"head_height": 0.28410282731056213,
"nose_height_in_frame": 0.5745789408683777
},
"timestamp": 1753559668.5966551
},
{
"measurements": {
"head_height": 0.27352118492126465,
"nose_height_in_frame": 0.5864371657371521
},
"timestamp": 1753559669.983598
}
],
"bad_examples": [
{
"measurements": {
"head_height": 0.24164292216300964,
"nose_height_in_frame": 0.6293392777442932
},
"timestamp": 1753480095.8953128
},
{
"measurements": {
"head_height": 0.25961771607398987,
"nose_height_in_frame": 0.6081231236457825
},
"timestamp": 1753480098.501626
},
{
"measurements": {
"head_height": 0.2568073272705078,
"nose_height_in_frame": 0.6049325466156006
},
"timestamp": 1753480108.3679879
},
{
"measurements": {
"head_height": 0.2553895115852356,
"nose_height_in_frame": 0.5897670388221741
},
"timestamp": 1753481940.3031318
}
],
"thresholds": {
"head_height_threshold": 0.26351333409547806,
"nose_height_threshold": 0.5919347628951073
}
}