mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-22 12:22:38 +00:00
doc: update readme
This commit is contained in:
parent
a272d74e70
commit
2a98a59659
21
readme.md
21
readme.md
@ -1,17 +1,20 @@
|
|||||||
<h1 align="center">LivePortrait: Efficient Portrait Animation with Stitching and Retargeting Control</h1>
|
<h1 align="center">LivePortrait: Efficient Portrait Animation with Stitching and Retargeting Control</h1>
|
||||||
|
|
||||||
<div align='center'>
|
<div align='center'>
|
||||||
<a href='https://github.com/cleardusk' target='_blank'>Jianzhu Guo</a><sup>1*</sup> 
|
<a href='https://github.com/cleardusk' target='_blank'>Jianzhu Guo</a><sup> 1†</sup> 
|
||||||
<a href='https://github.com/KwaiVGI' target='_blank'>Dingyun Zhang</a><sup>1,2</sup> 
|
<a href='https://github.com/KwaiVGI' target='_blank'>Dingyun Zhang</a><sup> 1,2</sup> 
|
||||||
<a href='https://github.com/KwaiVGI' target='_blank'>Xiaoqiang Liu</a><sup>1</sup> 
|
<a href='https://github.com/KwaiVGI' target='_blank'>Xiaoqiang Liu</a><sup> 1</sup> 
|
||||||
<a href='https://github.com/KwaiVGI' target='_blank'>Zhizhou Zhong</a><sup>1,3</sup> 
|
<a href='https://github.com/KwaiVGI' target='_blank'>Zhizhou Zhong</a><sup> 1,3</sup> 
|
||||||
<a href='https://scholar.google.com.hk/citations?user=_8k1ubAAAAAJ' target='_blank'>Yuan Zhang</a><sup>1</sup> 
|
<a href='https://scholar.google.com.hk/citations?user=_8k1ubAAAAAJ' target='_blank'>Yuan Zhang</a><sup>1</sup> 
|
||||||
<a href='https://scholar.google.com/citations?user=P6MraaYAAAAJ' target='_blank'>Pengfei Wan</a><sup>1</sup> 
|
|
||||||
<a href='https://openreview.net/profile?id=~Di_ZHANG3' target='_blank'>Di Zhang</a><sup>1</sup> 
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align='center'>
|
<div align='center'>
|
||||||
<sup>1</sup>Kuaishou Technology  <sup>2</sup>University of Science and Technology of China  <sup>3</sup>Fudan University 
|
<a href='https://scholar.google.com/citations?user=P6MraaYAAAAJ' target='_blank'>Pengfei Wan</a><sup> 1</sup> 
|
||||||
|
<a href='https://openreview.net/profile?id=~Di_ZHANG3' target='_blank'>Di Zhang</a><sup> 1</sup> 
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div align='center'>
|
||||||
|
<sup>1 </sup>Kuaishou Technology  <sup>2 </sup>University of Science and Technology of China  <sup>3 </sup>Fudan University 
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
@ -30,7 +33,7 @@
|
|||||||
|
|
||||||
## 🔥 Updates
|
## 🔥 Updates
|
||||||
- **`2024/07/04`**: 🔥 We released the initial version of the inference code and models.
|
- **`2024/07/04`**: 🔥 We released the initial version of the inference code and models.
|
||||||
- **`2024/07/04`**: 😊 We released the technique report on [arXiv]().
|
- **`2024/07/04`**: 😊 We released the technical report on [arXiv]().
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
This repo, named **LivePortrait**, contains the official PyTorch implementation of our paper [LivePortrait: Efficient Portrait Animation with Stitching and Retargeting Control]().
|
This repo, named **LivePortrait**, contains the official PyTorch implementation of our paper [LivePortrait: Efficient Portrait Animation with Stitching and Retargeting Control]().
|
||||||
@ -78,7 +81,7 @@ pretrained_weights
|
|||||||
python inference.py
|
python inference.py
|
||||||
```
|
```
|
||||||
|
|
||||||
If the script runs successfully, you will see the following results: driving video, input image, and generated result.
|
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.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="./assets/docs/inference.gif" alt="image">
|
<img src="./assets/docs/inference.gif" alt="image">
|
||||||
|
Loading…
Reference in New Issue
Block a user