Export gtcrn models to sherpa-onnx (#1975)

This commit is contained in:
Fangjun Kuang
2025-03-10 11:31:18 +08:00
committed by GitHub
parent 362ddf2c07
commit 6e261ed63f
5 changed files with 327 additions and 0 deletions

12
scripts/gtcrn/run.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
#
if [ ! -f gtcrn_simple.onnx ]; then
wget https://github.com/Xiaobin-Rong/gtcrn/raw/refs/heads/main/stream/onnx_models/gtcrn_simple.onnx
fi
if [ ! -f ./inp_16k.wav ]; then
wget https://github.com/yuyun2000/SpeechDenoiser/raw/refs/heads/main/16k/inp_16k.wav
fi
python3 ./add_meta_data.py