Merge branch 'master' into cxh_dev
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user