为<工件标注>和<呼吸质量标注>模块增加了快捷键设置

This commit is contained in:
marques
2025-08-26 17:26:04 +08:00
parent 8f0f3f0365
commit d1108c724a
3 changed files with 20 additions and 0 deletions

View File

@ -273,6 +273,10 @@ class Params:
}
ARTIFACT_LABEL_LABEL_TRANSPARENCY: float = 0.3
ARTIFACT_LABEL_ACTION_LABEL_ARTIFACT_SHORTCUT_KEY: str = "Z"
ARTIFACT_LABEL_BTN_PREV_SHORTCUT_KEY: str = "A"
ARTIFACT_LABEL_BTN_NEXT_SHORTCUT_KEY: str = "D"
ARTIFACT_LABEL_BTN_PAUSE_SHORTCUT_KEY: str = "S"
# BCG的质量标注
BCG_QUALITY_LABEL_CONFIG_FILE_PATH: str = "./config/Config_bcg_quality_label.yaml"
@ -311,6 +315,11 @@ class Params:
RESP_QUALITY_LABEL_PARTS_TIME_SEC: int = 30
RESP_QUALITY_LABEL_LABEL_TRANSPARENCY: float = 0.2
RESP_QUALITY_LABEL_ACTION_LABEL_MULTIPLE_SHORTCUT_KEY: str = "Z"
RESP_QUALITY_LABEL_BTN_PREV_SHORTCUT_KEY: str = "A"
RESP_QUALITY_LABEL_BTN_NEXT_SHORTCUT_KEY: str = "D"
RESP_QUALITY_LABEL_BTN_VALID_SHORTCUT_KEY: str = "F"
RESP_QUALITY_LABEL_BTN_INVALID_SHORTCUT_KEY: str = "G"
RESP_QUALITY_LABEL_BTN_RESET_SHORTCUT_KEY: str = "H"
# 睡眠呼吸暂停事件标注
SA_LABEL_CONFIG_FILE_PATH: str = "./config/Config_SA_label.yaml"