chore: rename file

This commit is contained in:
guojianzhu 2024-08-02 22:47:18 +08:00
parent 8b1e1c77cb
commit fe320a7355
3 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ python setup.py build install
cd - # equal to cd ../../../../../../../ cd - # equal to cd ../../../../../../../
``` ```
You can run the model using the script `inference_animal.py`: You can run the model using the script `inference_animals.py`:
```bash ```bash
python inference_animal.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --no_flag_stitching --driving_multiplier 1.75 python inference_animals.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --no_flag_stitching --driving_multiplier 1.75
``` ```
Alternatively, we recommend using Gradio. Simply launch it by running: Alternatively, we recommend using Gradio. Simply launch it by running:

View File

@ -135,7 +135,7 @@ cd - # equal to cd ../../../../../../../
Then Then
```bash ```bash
python inference_animal.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --driving_multiplier 1.75 --no_flag_stitching python inference_animals.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --driving_multiplier 1.75 --no_flag_stitching
``` ```
If the script runs successfully, you will get an output mp4 file named `animations/s39--wink_concat.mp4`. If the script runs successfully, you will get an output mp4 file named `animations/s39--wink_concat.mp4`.
<p align="center"> <p align="center">