为<呼吸质量标注>模块增加了自动下一页功能及快捷键设置
This commit is contained in:
@ -538,10 +538,10 @@ class Constants:
|
||||
SA_LABEL_ALL_LABELED: str = "该份数据打标已全部完成"
|
||||
SA_LABEL_MOVE_PREV10S: str = "向前10秒"
|
||||
SA_LABEL_MOVE_PREV30S: str = "向前30秒"
|
||||
SA_LABEL_MOVE_PREV60S: str = "向前60秒"
|
||||
SA_LABEL_MOVE_PREV_HALF: str = "向前半窗口"
|
||||
SA_LABEL_MOVE_NEXT10S: str = "向后10秒"
|
||||
SA_LABEL_MOVE_NEXT30S: str = "向后30秒"
|
||||
SA_LABEL_MOVE_NEXT60S: str = "向后60秒"
|
||||
SA_LABEL_MOVE_NEXT_HALF: str = "向后半窗口"
|
||||
SA_LABEL_LENGTH_TOO_LONG: str = "起始时间或终止时间超出信号长度范围,请输入正确的参数"
|
||||
SA_LABEL_LENGTH_LESS_THEN_10S: str = "当前标注的事件的持续时间小于10秒"
|
||||
SA_LABEL_WRONG_ARGS: str = "起始时间和终止时间输入错误"
|
||||
|
||||
Reference in New Issue
Block a user