mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
make auto radius on by default
This commit is contained in:
parent
5610297d3e
commit
cc304f855d
@ -51,7 +51,7 @@ class EyeTrackSettingsConfig(BaseModel):
|
|||||||
gui_RANSAC3DP: int = 4
|
gui_RANSAC3DP: int = 4
|
||||||
gui_BLOBP: int = 5
|
gui_BLOBP: int = 5
|
||||||
gui_IBO: bool = True
|
gui_IBO: bool = True
|
||||||
gui_skip_autoradius: bool = True
|
gui_skip_autoradius: bool = False
|
||||||
gui_thresh_add: int = 20
|
gui_thresh_add: int = 20
|
||||||
gui_update_check: bool = False
|
gui_update_check: bool = False
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user