videocr
videocr copied to clipboard
运行错误
OS: fedora 31 Python: 3.7 代码: from videocr import get_subtitles if name == 'main': # This check is mandatory for Windows. print(get_subtitles('22.mp4', lang='chi_sim+eng', sim_threshold=70, conf_threshold=65,use_fullframe=False))
执行后cpu满载运行,提示:
`Traceback (most recent call last):
File "t.py", line 8, in
This problem is resolved in this thread.