mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
fix: left eye ransac thresh set to right
This commit is contained in:
parent
403c419cb2
commit
d11f94f5af
@ -223,7 +223,7 @@ def RANSAC3D(self, hsrac_en):
|
|||||||
# max_loc[0] - maxloc0_hf:max_loc[0] + maxloc0_hf]
|
# max_loc[0] - maxloc0_hf:max_loc[0] + maxloc0_hf]
|
||||||
if self.settings.gui_legacy_ransac:
|
if self.settings.gui_legacy_ransac:
|
||||||
if self.eye_id in [EyeId.LEFT]:
|
if self.eye_id in [EyeId.LEFT]:
|
||||||
threshold_value = self.settings.gui_legacy_ransac_thresh_right
|
threshold_value = self.settings.gui_legacy_ransac_thresh_left
|
||||||
else:
|
else:
|
||||||
threshold_value = self.settings.gui_legacy_ransac_thresh_right
|
threshold_value = self.settings.gui_legacy_ransac_thresh_right
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user