mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-09-26 23:09:28 +08:00
fix: remove limits on size AHSF
This commit is contained in:
parent
3fc41ba9cd
commit
0d4d99f01d
@ -1011,7 +1011,7 @@ def External_Run_AHSF(frame_gray):
|
||||
"ratio_downsample": 0.3,
|
||||
"use_init_rect": False,
|
||||
"mu_outer": 200, # aprroximatly how much pupil should be in the outer rect
|
||||
"mu_inner": 50, # aprroximatly how much pupil should be in the inner rect
|
||||
"mu_inner": 20, # aprroximatly how much pupil should be in the inner rect
|
||||
"ratio_outer": 1.0, # rectangular ratio. 1 means square (LIKE REGULAR HSF)
|
||||
"kf": 2, # noise filter. May lose tracking if too high (or even never start)
|
||||
"width_min": wmin, # Minimum width of the pupil
|
||||
|
Loading…
Reference in New Issue
Block a user