Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decoding, empty speech #23

Open
TaoHouWh opened this issue Aug 1, 2024 · 2 comments
Open

decoding, empty speech #23

TaoHouWh opened this issue Aug 1, 2024 · 2 comments

Comments

@TaoHouWh
Copy link

TaoHouWh commented Aug 1, 2024

2024-08-01 11:12:51 - Your app is available at http://localhost:8000
2024-08-01 11:12:53 - Translated markdown file for zh-CN not found. Defaulting to chainlit.md.
You are using the latest version of funasr-1.1.4
2024-08-01 11:12:58 - download models from model hub: ms
2024-08-01 11:12:58,680 - modelscope - WARNING - Using the master branch is fragile, please use it with caution!
2024-08-01 11:12:58,680 - modelscope - INFO - Use user-specified model revision: master
2024-08-01 11:13:00 - Loading pretrained params from C:\Users\YUMEI.cache\modelscope\hub\iic\speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch\model.pt
2024-08-01 11:13:00 - ckpt: C:\Users\YUMEI.cache\modelscope\hub\iic\speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch\model.pt
2024-08-01 11:13:01 - scope_map: ['module.', 'None']
2024-08-01 11:13:01 - excludes: None
2024-08-01 11:13:01 - Loading ckpt: C:\Users\YUMEI.cache\modelscope\hub\iic\speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch\model.pt, status:
2024-08-01 11:13:03 - Building VAD model.
2024-08-01 11:13:03 - download models from model hub: ms
2024-08-01 11:13:04,067 - modelscope - WARNING - Using the master branch is fragile, please use it with caution!
2024-08-01 11:13:04,067 - modelscope - INFO - Use user-specified model revision: master
2024-08-01 11:13:04 - Loading pretrained params from C:\Users\YUMEI.cache\modelscope\hub\iic\speech_fsmn_vad_zh-cn-16k-common-pytorch\model.pt
2024-08-01 11:13:04 - ckpt: C:\Users\YUMEI.cache\modelscope\hub\iic\speech_fsmn_vad_zh-cn-16k-common-pytorch\model.pt
2024-08-01 11:13:04 - scope_map: ['module.', 'None']
2024-08-01 11:13:04 - excludes: None
2024-08-01 11:13:04 - Loading ckpt: C:\Users\YUMEI.cache\modelscope\hub\iic\speech_fsmn_vad_zh-cn-16k-common-pytorch\model.pt, status:
2024-08-01 11:13:04 - Building punc model.
2024-08-01 11:13:04 - download models from model hub: ms
2024-08-01 11:13:04,669 - modelscope - WARNING - Using the master branch is fragile, please use it with caution!
2024-08-01 11:13:04,670 - modelscope - INFO - Use user-specified model revision: master
Building prefix dict from the default dictionary ...
2024-08-01 11:13:06 - Building prefix dict from the default dictionary ...
Loading model from cache C:\Users\YUMEI\AppData\Local\Temp\jieba.cache
2024-08-01 11:13:06 - Loading model from cache C:\Users\YUMEI\AppData\Local\Temp\jieba.cache
Loading model cost 0.403 seconds.
2024-08-01 11:13:07 - Loading model cost 0.403 seconds.
Prefix dict has been built successfully.
2024-08-01 11:13:07 - Prefix dict has been built successfully.
2024-08-01 11:13:23 - Loading pretrained params from C:\Users\YUMEI.cache\modelscope\hub\iic\punc_ct-transformer_cn-en-common-vocab471067-large\model.pt
2024-08-01 11:13:23 - ckpt: C:\Users\YUMEI.cache\modelscope\hub\iic\punc_ct-transformer_cn-en-common-vocab471067-large\model.pt
2024-08-01 11:13:23 - scope_map: ['module.', 'None']
2024-08-01 11:13:23 - excludes: None
2024-08-01 11:13:25 - Loading ckpt: C:\Users\YUMEI.cache\modelscope\hub\iic\punc_ct-transformer_cn-en-common-vocab471067-large\model.pt, status:
2024-08-01 11:13:25 - Building SPK model.
2024-08-01 11:13:25 - download models from model hub: ms
2024-08-01 11:13:26,765 - modelscope - WARNING - Using the master branch is fragile, please use it with caution!
2024-08-01 11:13:26,765 - modelscope - INFO - Use user-specified model revision: master
Detect model requirements, begin to install it: C:\Users\YUMEI.cache\modelscope\hub\iic\speech_campplus_sv_zh-cn_16k-common\requirements.txt
install model requirements successfully
2024-08-01 11:13:28 - Loading pretrained params from C:\Users\YUMEI.cache\modelscope\hub\iic\speech_campplus_sv_zh-cn_16k-common\campplus_cn_common.bin
2024-08-01 11:13:28 - ckpt: C:\Users\YUMEI.cache\modelscope\hub\iic\speech_campplus_sv_zh-cn_16k-common\campplus_cn_common.bin
2024-08-01 11:13:28 - scope_map: ['module.', 'None']
2024-08-01 11:13:28 - excludes: None
2024-08-01 11:13:28 - Loading ckpt: C:\Users\YUMEI.cache\modelscope\hub\iic\speech_campplus_sv_zh-cn_16k-common\campplus_cn_common.bin, status:
rtf_avg: 0.148: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:01<00:00, 1.56s/it]
0%| | 0/1 [00:00<?, ?it/s]2024-08-01 11:13:30 - decoding, utt: be11b39b-1f43-48d0-95ab-ca3ad43f3b79, empty speech

@harry0703
Copy link
Owner

请检查上传的音视频文件,是否包含声音

@TaoHouWh
Copy link
Author

TaoHouWh commented Aug 1, 2024

请检查上传的音视频文件,是否包含声音

检查过了,包含。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants