语音识别阶段出错 [阿里FunASR(本地)] Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 891, in funasr_mlt
File "funasr\auto\auto_model.py", line 135, in init
model, kwargs = self.build_model(**kwargs)File "funasr\auto\auto_model.py", line 281, in build_model
assert model_class is not None, f'{kwargs["model"]} is not registered'AssertionError: FunASRNano is not registered
Traceback (most recent call last):
File "videotrans\task\job.py", line 105, in run
File "videotrans\task\_speech2text.py", line 159, in recogn
File "videotrans\recognition\__init__.py", line 262, in run
File "videotrans\recognition\_base.py", line 143, in run
File "videotrans\recognition\_funasr.py", line 64, in _exec
File "videotrans\configure\_base.py", line 289, in _new_process
RuntimeError: Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 891, in funasr_mlt
File "funasr\auto\auto_model.py", line 135, in init
model, kwargs = self.build_model(**kwargs)File "funasr\auto\auto_model.py", line 281, in build_model
assert model_class is not None, f'{kwargs["model"]} is not registered'AssertionError: FunASRNano is not registered
TaskCfgSTT(is_cuda=False, uuid='eaa020c354', cache_folder='F:/BaiduNetdiskDownload/win-pyvideotrans-v3.99-420/tmp/13264/eaa020c354', target_dir='F:/BaiduNetdiskDownload/win-pyvideotrans-v3.99-420/output/recogn', source_language=None, source_language_code=None, source_sub=None, source_wav=None, source_wav_output=None, target_language=None, target_language_code=None, target_sub='F:/BaiduNetdiskDownload/win-pyvideotrans-v3.99-420/output/recogn/【高中物理一轮复习系统课】9.1 电荷、起电与验电器.srt', target_wav=None, target_wav_output=None, name='F:/bilibili/一轮复习/【高中物理一轮复习系统课】9.1 电荷、起电与验电器.mp4', noextname='【高中物理一轮复习系统课】9.1 电荷、起电与验电器', basename='【高中物理一轮复习系统课】9.1 电荷、起电与验电器.mp4', ext='mp4', dirname='F:/bilibili/一轮复习', shound_del_name=None, detect_language='en', recogn_type=3, model_name='Fun-ASR-MLT-Nano-2512', shibie_audio='F:/BaiduNetdiskDownload/win-pyvideotrans-v3.99-420/tmp/13264/eaa020c354/【高中物理一轮复习系统课】9.1 电荷、起电与验电器-1776842430.6026092.wav', remove_noise=False, enable_diariz=False, nums_diariz=0, rephrase=0, fix_punc=False)