doc:Readme language switch

This commit is contained in:
dongxiyao 2024-08-18 10:43:38 +08:00
parent 3a56d6401c
commit d02e5ce2d5
2 changed files with 16 additions and 7 deletions

View File

@ -260,3 +260,7 @@ If you find LivePortrait useful for your research, welcome to 🌟 this repo and
## Contact 📧
[**Jianzhu Guo (郭建珠)**](https://guojianzhu.com); **guojianzhu1994@gmail.com**
## language
English | [简体中文](./readme.zh-CN.md)

View File

@ -55,13 +55,13 @@
## 介绍 📖
此仓库名为***\*****LivePortrait*****\***,包含我们论文([LivePortrait: Efficient Portrait Animation with Stitching and Retargeting Control](https://arxiv.org/pdf/2407.03168)的官方PyTorch实现。 我们正在积极更新和改进此仓库。如果您发现任何错误或有建议,欢迎提出问题或提交合并请求💖。
此仓库名为**LivePortrait**,包含我们论文([LivePortrait: Efficient Portrait Animation with Stitching and Retargeting Control](https://arxiv.org/pdf/2407.03168)的官方PyTorch实现。 我们正在积极更新和改进此仓库。如果您发现任何错误或有建议,欢迎提出问题或提交合并请求💖。
## 上手指南 🏁
### 1. 克隆代码和安装运行环境 🛠️
> [!Note]
> 确保您的系统已安装[`git`](https://git-scm.com/)、[`conda`](https://anaconda.org/anaconda/conda)和[`FFmpeg`](https://ffmpeg.org/download.html)。有关FFmpeg安装的详细信息见[***\*****如何安装FFmpeg*****\***](assets/docs/how-to-install-ffmpeg.md)。
> 确保您的系统已安装[`git`](https://git-scm.com/)、[`conda`](https://anaconda.org/anaconda/conda)和[`FFmpeg`](https://ffmpeg.org/download.html)。有关FFmpeg安装的详细信息见[**如何安装FFmpeg**](assets/docs/how-to-install-ffmpeg.md)。
```bash
git clone https://github.com/KwaiVGI/LivePortrait
@ -170,7 +170,7 @@ python setup.py build install
cd - # 等同于 cd ../../../../../../../
```
然后执行
然后执行
```bash
python inference_animals.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --driving_multiplier 1.75 --no_flag_stitching
```
@ -178,6 +178,7 @@ python inference_animals.py -s assets/examples/source/s39.jpg -d assets/examples
<p align="center">
<img src="./assets/docs/inference-animals.gif" alt="image">
</p>
#### 驱动视频自动裁剪 📢📢📢
> [!IMPORTANT]
@ -277,3 +278,7 @@ python speed.py
## 联系方式 📧
[**Jianzhu Guo (郭建珠)**](https://guojianzhu.com); **guojianzhu1994@gmail.com**
## 语言
[English](./README.md) | 简体中文