mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
fix DADDY tooltip
This commit is contained in:
parent
2495a66704
commit
b6683b3038
@ -111,7 +111,7 @@ class SettingsWidget:
|
|||||||
default=self.config.gui_HSRAC,
|
default=self.config.gui_HSRAC,
|
||||||
key=self.gui_HSRAC,
|
key=self.gui_HSRAC,
|
||||||
background_color='#424042',
|
background_color='#424042',
|
||||||
tooltip = "Our newest algoritim, utilizing both HSF and RANSAC for best tracking quality and lighting resistance.",
|
tooltip = "Our flagship algoritim, utilizing both HSF and RANSAC for best tracking quality and lighting resistance.",
|
||||||
),
|
),
|
||||||
sg.Combo(['1','2','3','4'],
|
sg.Combo(['1','2','3','4'],
|
||||||
default_value=self.config.gui_HSRACP,
|
default_value=self.config.gui_HSRACP,
|
||||||
@ -148,7 +148,7 @@ class SettingsWidget:
|
|||||||
default=self.config.gui_DADDY,
|
default=self.config.gui_DADDY,
|
||||||
key=self.gui_DADDY,
|
key=self.gui_DADDY,
|
||||||
background_color='#424042',
|
background_color='#424042',
|
||||||
tooltip = "Our newest algoritim, utilizing both HSF and RANSAC for best tracking quality and lighting resistance.",
|
tooltip = "DADDY Uses a Deep learning algorithm. This has a big CPU usage impact.",
|
||||||
),
|
),
|
||||||
sg.Combo(['1','2','3','4','5'],
|
sg.Combo(['1','2','3','4','5'],
|
||||||
default_value=self.config.gui_DADDYP,
|
default_value=self.config.gui_DADDYP,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user