File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ requests
4747rotary_embedding_torch == 0.8.9
4848scikit-learn == 1.7.1
4949scipy == 1.15.3
50+ setuptools == 75.1.0
5051simplejson
5152soundfile == 0.13.1
5253starlette == 0.47.2
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ English:
1818```
1919bash run.sh --stage 1 --stop_stage 2 --input datasets/raw_en --output datasets/clean/en --lang en --device gpu
2020```
21+
2122We also provide a FunASR-based English model; if you'd like to try it, you can change the code executed in run.sh to videoclipper_en_funasr.py.
2223
2324If you want to test a single video sample, you can execute:
@@ -29,7 +30,7 @@ bash run.sh -stage 1 --stop_stage 2 --input datasets/raw_zh/红楼梦/01.mp4 --o
2930
3031English:
3132```
32- bash run.sh -stage 1 --stop_stage 2 --input datasets/raw_zh /小谢尔顿第一季/01.mp4 --output datasets/clean/zh --lang en --device gpu
33+ bash run.sh -stage 1 --stop_stage 2 --input datasets/raw_en /小谢尔顿第一季/01.mp4 --output datasets/clean/en --lang en --device gpu
3334```
3435
3536## Illustrate
You can’t perform that action at this time.
0 commit comments