Skip to content

Commit e68e94b

Browse files
committed
update
1 parent 7fd98dd commit e68e94b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

FunCineForge/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ requests
4747
rotary_embedding_torch==0.8.9
4848
scikit-learn==1.7.1
4949
scipy==1.15.3
50+
setuptools==75.1.0
5051
simplejson
5152
soundfile==0.13.1
5253
starlette==0.47.2

FunCineForge/video_clip/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ English:
1818
```
1919
bash run.sh --stage 1 --stop_stage 2 --input datasets/raw_en --output datasets/clean/en --lang en --device gpu
2020
```
21+
2122
We 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

2324
If 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

3031
English:
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

0 commit comments

Comments
 (0)