From 2a98a59659de4a68acfb5248adba85e8337fb086 Mon Sep 17 00:00:00 2001 From: guojianzhu Date: Thu, 4 Jul 2024 04:45:32 +0800 Subject: [PATCH] doc: update readme --- readme.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index edb94db..a70c1ac 100644 --- a/readme.md +++ b/readme.md @@ -1,17 +1,20 @@

LivePortrait: Efficient Portrait Animation with Stitching and Retargeting Control

- Jianzhu Guo1*  - Dingyun Zhang1,2  - Xiaoqiang Liu1  - Zhizhou Zhong1,3  + Jianzhu Guo 1†  + Dingyun Zhang 1,2  + Xiaoqiang Liu 1  + Zhizhou Zhong 1,3Yuan Zhang1  - Pengfei Wan1  - Di Zhang1
- 1Kuaishou Technology  2University of Science and Technology of China  3Fudan University  + Pengfei Wan 1  + Di Zhang 1  +
+ +
+ 1 Kuaishou Technology  2 University of Science and Technology of China  3 Fudan University 

@@ -30,7 +33,7 @@ ## 🔥 Updates - **`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 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 ``` -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.

image