You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
软件启动时预加载模型,减少识别时等待时间
问题描述
现阶段,模型会在点击“开始识别后”加载,且加载耗时很长,不方便。
改进方案
将单独开一个QThread用来预加载模型,加载完之后再开始识别