fix: remove limits on size AHSF

This commit is contained in:
Prohurtz 2023-11-20 13:49:23 -06:00
parent 3fc41ba9cd
commit 0d4d99f01d

View File

@ -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