mirror of
https://github.com/TMElyralab/MuseTalk.git
synced 2026-02-05 09:59:18 +08:00
docs: update readme
This commit is contained in:
11
README.md
11
README.md
@@ -179,9 +179,9 @@ Install the MMLab ecosystem packages:
|
|||||||
```bash
|
```bash
|
||||||
pip install --no-cache-dir -U openmim
|
pip install --no-cache-dir -U openmim
|
||||||
mim install mmengine
|
mim install mmengine
|
||||||
mim install "mmcv>=2.0.1"
|
mim install "mmcv==2.0.1"
|
||||||
mim install "mmdet>=3.1.0"
|
mim install "mmdet==3.1.0"
|
||||||
mim install "mmpose>=1.1.0"
|
mim install "mmpose==1.1.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Setup FFmpeg
|
### Setup FFmpeg
|
||||||
@@ -207,10 +207,7 @@ We provide two scripts for automatic downloading:
|
|||||||
|
|
||||||
For Linux:
|
For Linux:
|
||||||
```bash
|
```bash
|
||||||
# Make the script executable
|
sh ./download_weights.sh
|
||||||
chmod +x download_weights.sh
|
|
||||||
# Run the script
|
|
||||||
./download_weights.sh
|
|
||||||
```
|
```
|
||||||
|
|
||||||
For Windows:
|
For Windows:
|
||||||
|
|||||||
Reference in New Issue
Block a user