donfishman

Results 4 issues of donfishman

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

我将代码中funsar的model切换成iic/SenseVoiceSmall,运行的时候报错: File "D:\dev\smart_browser\venv\Lib\site-packages\funasr\auto\auto_model.py", line 615, in inference_with_vad result["timestamp"], ~~~~~~^^^^^^^^^^^^^ KeyError: 'timestamp' 复现:将launch.py的29行funasr_model = AutoModel(model="iic/speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch", vad_model="damo/speech_fsmn_vad_zh-cn-16k-common-pytorch", punc_model="damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch", spk_model="damo/speech_campplus_sv_zh-cn_16k-common", ) 修改为:funasr_model = AutoModel(model="iic/SenseVoiceSmall", vad_model="fsmn-vad", punc_model="damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch", spk_model="damo/speech_campplus_sv_zh-cn_16k-common", )

- [ ] I didn't find a similar issue already open. - [ ] I read the documentation (README AND Wiki) - [ ] I have installed FFMpeg - [...

bug
invalid