fix: upload gifs
Browse files- .gitattributes +2 -0
- README.md +2 -2
- docs/inference.gif +3 -0
- docs/showcase2.gif +3 -0
.gitattributes
CHANGED
@@ -41,3 +41,5 @@ liveportrait/base_models/warping_module.pth filter=lfs diff=lfs merge=lfs -text
|
|
41 |
insightface/models/buffalo_l/2d106det.onnx filter=lfs diff=lfs merge=lfs -text
|
42 |
insightface/models/buffalo_l/det_10g.onnx filter=lfs diff=lfs merge=lfs -text
|
43 |
liveportrait/landmark.onnx filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
41 |
insightface/models/buffalo_l/2d106det.onnx filter=lfs diff=lfs merge=lfs -text
|
42 |
insightface/models/buffalo_l/det_10g.onnx filter=lfs diff=lfs merge=lfs -text
|
43 |
liveportrait/landmark.onnx filter=lfs diff=lfs merge=lfs -text
|
44 |
+
docs/inference.gif filter=lfs diff=lfs merge=lfs -text
|
45 |
+
docs/showcase2.gif filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -31,7 +31,7 @@ license: mit
|
|
31 |
<br>
|
32 |
|
33 |
<p align="center">
|
34 |
-
<img src="./
|
35 |
<br>
|
36 |
🔥 For more results, visit our <a href="https://liveportrait.github.io/"><strong>homepage</strong></a> 🔥
|
37 |
</p>
|
@@ -88,7 +88,7 @@ python inference.py
|
|
88 |
If the script runs successfully, you will get an output mp4 file named `animations/s6--d0_concat.mp4`. This file includes the following results: driving video, input image, and generated result.
|
89 |
|
90 |
<p align="center">
|
91 |
-
<img src="./
|
92 |
</p>
|
93 |
|
94 |
Or, you can change the input by specifying the `-s` and `-d` arguments:
|
|
|
31 |
<br>
|
32 |
|
33 |
<p align="center">
|
34 |
+
<img src="./docs/showcase2.gif" alt="showcase">
|
35 |
<br>
|
36 |
🔥 For more results, visit our <a href="https://liveportrait.github.io/"><strong>homepage</strong></a> 🔥
|
37 |
</p>
|
|
|
88 |
If the script runs successfully, you will get an output mp4 file named `animations/s6--d0_concat.mp4`. This file includes the following results: driving video, input image, and generated result.
|
89 |
|
90 |
<p align="center">
|
91 |
+
<img src="./docs/inference.gif" alt="image">
|
92 |
</p>
|
93 |
|
94 |
Or, you can change the input by specifying the `-s` and `-d` arguments:
|
docs/inference.gif
ADDED
Git LFS Details
|
docs/showcase2.gif
ADDED
Git LFS Details
|