Yabin Li
2023-08-21 e0fa63765bfb4a36bde7047c2a6066ca5a80e90f
refs
用户 Yabin Li <wucong.lyb@alibaba-inc.com>
星期一, 八月 21, 2023 10:37 +0800
提交者 GitHub <noreply@github.com>
星期一, 八月 21, 2023 10:37 +0800
提交e0fa63765bfb4a36bde7047c2a6066ca5a80e90f
目录 e52b101fa702372be0c5b9b41e4b6cd5b719a01e 目录 | zip | gz
parent adcc48f6d2ad4c19cfd5586b9566137c401357ed 查看 | 对比
Dev hw (#878)

* merge from hw (#872)

* hotwords

* Contextual Paraformer onnx export

* update

* update

* quant inference

* add clas hotword support

* update websocket-server

* update websocket-server

* add catch for hotword

* update websocket-server

* update paraformer

* update websocket-server

* add wait for funasr-wss-client

* fix core by adding clean_thread

* fix wav_name

* update funasr-wss-client

* update websocket-server

* Update SDK_tutorial_online_zh.md

---------

Co-authored-by: shixian.shi <shixian.shi@alibaba-inc.com>

* Update websocket_protocol_zh.md

* Update websocket_protocol.md

* Update SDK_tutorial_zh.md

* Update SDK_tutorial.md

* Update SDK_advanced_guide_online_zh.md

* Update SDK_advanced_guide_online.md

* Update SDK_advanced_guide_offline_zh.md

* Update SDK_advanced_guide_offline_zh.md

* Update SDK_advanced_guide_offline.md

* Update SDK_advanced_guide_offline.md

* Update docker_offline_cpu_zh_lists

* update docs

* update

---------

Co-authored-by: shixian.shi <shixian.shi@alibaba-inc.com>
46个文件已修改
7个文件已添加
2192 ■■■■■ 已修改文件
funasr/export/export_model.py 52 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/export/models/__init__.py 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/export/models/decoder/contextual_decoder.py 191 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/export/models/e2e_asr_contextual_paraformer.py 174 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/docs/SDK_advanced_guide_offline.md 13 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/docs/SDK_advanced_guide_offline_zh.md 17 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/docs/SDK_advanced_guide_online.md 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/docs/SDK_tutorial.md 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/docs/SDK_tutorial_zh.md 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/docs/docker_offline_cpu_zh_lists 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/docs/websocket_protocol.md 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/docs/websocket_protocol_zh.md 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/bin/funasr-onnx-2pass-rtf.cpp 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/bin/funasr-onnx-2pass.cpp 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/bin/funasr-onnx-offline-punc.cpp 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/bin/funasr-onnx-offline-rtf.cpp 37 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/bin/funasr-onnx-offline-vad.cpp 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/bin/funasr-onnx-offline.cpp 31 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/bin/funasr-onnx-online-asr.cpp 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/bin/funasr-onnx-online-punc.cpp 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/bin/funasr-onnx-online-rtf.cpp 6 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/bin/funasr-onnx-online-vad.cpp 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/include/com-define.h 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/include/funasrruntime.h 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/include/model.h 5 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/CMakeLists.txt 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/encode_converter.cpp 575 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/encode_converter.h 109 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/funasrruntime.cpp 36 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/offline-stream.cpp 26 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/paraformer-online.cpp 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/paraformer-online.h 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/paraformer.cpp 185 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/paraformer.h 15 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/precomp.h 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/seg_dict.cpp 53 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/seg_dict.h 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/util.cpp 31 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/util.h 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/vocab.cpp 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/vocab.h 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/onnxruntime/demo_contextual_paraformer.py 11 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/onnxruntime/funasr_onnx/__init__.py 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/onnxruntime/funasr_onnx/paraformer_bin.py 148 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/onnxruntime/funasr_onnx/utils/utils.py 47 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/websocket/CMakeLists.txt 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/websocket/funasr-wss-client.cpp 51 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/websocket/funasr-wss-server-2pass.cpp 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/websocket/funasr-wss-server.cpp 18 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/websocket/readme.md 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/websocket/websocket-server-2pass.cpp 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/websocket/websocket-server.cpp 201 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/runtime/websocket/websocket-server.h 13 ●●●● 对比 | 查看 | 原始文档 | blame | 历史