mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
test: new calibration method for leap
This commit is contained in:
parent
d8c34c83d9
commit
170bb5bb3f
@ -250,6 +250,7 @@ class LEAP_C(object):
|
|||||||
normal_close = ((sum(self.minlist) / len(self.minlist)) * 0.05 + min(self.openlist) * 0.95) / (
|
normal_close = ((sum(self.minlist) / len(self.minlist)) * 0.05 + min(self.openlist) * 0.95) / (
|
||||||
0.05 + 0.95
|
0.05 + 0.95
|
||||||
)
|
)
|
||||||
|
|
||||||
except:
|
except:
|
||||||
normal_open = 0.8
|
normal_open = 0.8
|
||||||
normal_close = 0.1
|
normal_close = 0.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user