Skip to content

Commit

Permalink
chore: rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
cleardusk committed Aug 2, 2024
1 parent 8b1e1c7 commit fe320a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/docs/changelog/2024-08-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ python setup.py build install
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
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:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ cd - # equal to cd ../../../../../../../

Then
```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`.
<p align="center">
Expand Down

0 comments on commit fe320a7

Please sign in to comment.