Added :增加python版本离线版本 Punc和VAD ,VAD是16k的。#17
Open
standyyyy wants to merge 3 commits intoRapidAI:mainfrom
Open
Conversation
Author
|
不知道是不是忘记说使用的VAD和Punc模型是FunASR的,导致似乎违反了开源协议。 |
Author
|
关于违反开源协议这个事情,非常抱歉 |
Member
这个并没有违反开源协议哈 哇哦,感谢你的PR,等我有空瞅瞅 |
Member
|
hello,你这边可以将这几个功能分拆一下,放到对应的仓库下吗? 今天无意看到FunASR中已经有这两部分的基于onnxruntime的推理代码了,可以参考这里整理 之所以这么分拆是因为便于灵活组合和维护 |
Author
|
是的,就是参考了那里的代理,然后按照你代码的思路修改了部分。 |
Member
|
好的, 如果能给出对应的能跑的示例代码就更好了,我这里便于测试 |
Author
|
好,测试代码是放在tests,我拆一下补充一下 |
Member
|
嗯呢,不着急的,看你时间就行,以自己事情为主 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1、demo修改了支持长音频转录
2、支持各个模型组合转录
3、尝试了多进程和多线程在推理环节,发现多线程快一点