doc: update readme

This commit is contained in:
guojianzhu 2024-07-04 04:45:32 +08:00
parent a272d74e70
commit 2a98a59659

View File

@ -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>&emsp; <a href='https://github.com/cleardusk' target='_blank'>Jianzhu Guo</a><sup> 1†</sup>&emsp;
<a href='https://github.com/KwaiVGI' target='_blank'>Dingyun Zhang</a><sup>1,2</sup>&emsp; <a href='https://github.com/KwaiVGI' target='_blank'>Dingyun Zhang</a><sup> 1,2</sup>&emsp;
<a href='https://github.com/KwaiVGI' target='_blank'>Xiaoqiang Liu</a><sup>1</sup>&emsp; <a href='https://github.com/KwaiVGI' target='_blank'>Xiaoqiang Liu</a><sup> 1</sup>&emsp;
<a href='https://github.com/KwaiVGI' target='_blank'>Zhizhou Zhong</a><sup>1,3</sup>&emsp; <a href='https://github.com/KwaiVGI' target='_blank'>Zhizhou Zhong</a><sup> 1,3</sup>&emsp;
<a href='https://scholar.google.com.hk/citations?user=_8k1ubAAAAAJ' target='_blank'>Yuan Zhang</a><sup>1</sup>&emsp; <a href='https://scholar.google.com.hk/citations?user=_8k1ubAAAAAJ' target='_blank'>Yuan Zhang</a><sup>1</sup>&emsp;
<a href='https://scholar.google.com/citations?user=P6MraaYAAAAJ' target='_blank'>Pengfei Wan</a><sup>1</sup>&emsp;
<a href='https://openreview.net/profile?id=~Di_ZHANG3' target='_blank'>Di Zhang</a><sup>1</sup>&emsp;
</div> </div>
<div align='center'> <div align='center'>
<sup>1</sup>Kuaishou Technology&emsp; <sup>2</sup>University of Science and Technology of China&emsp; <sup>3</sup>Fudan University&emsp; <a href='https://scholar.google.com/citations?user=P6MraaYAAAAJ' target='_blank'>Pengfei Wan</a><sup> 1</sup>&emsp;
<a href='https://openreview.net/profile?id=~Di_ZHANG3' target='_blank'>Di Zhang</a><sup> 1</sup>&emsp;
</div>
<div align='center'>
<sup>1 </sup>Kuaishou Technology&emsp; <sup>2 </sup>University of Science and Technology of China&emsp; <sup>3 </sup>Fudan University&emsp;
</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">