Skip to content

Commit 2929ec4

Browse files
authored
Update README.md
1 parent 8553de5 commit 2929ec4

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ TL;DR: A realistic and stylized talking head video generation method from a sing
3232
</div>
3333

3434

35-
## Changelog
35+
## 📋 Changelog
3636
- 2023.03.06 Solve some bugs in code and errors in installation
3737
- 2023.03.03 Release the test code for audio-driven single image animation!
3838
- 2023.02.28 SadTalker has been accepted by CVPR 2023!
3939

4040

41-
## Pipeline
41+
## 🎼 Pipeline
4242
![main_of_sadtalker](https://user-images.githubusercontent.com/4397546/222490596-4c8a2115-49a7-42ad-a2c3-3bb3288a5f36.png)
4343

4444

45-
## **TODO**
45+
## 🚧 TODO
4646

4747
- [x] Generating 2D face from a single Image.
4848
- [ ] Generating 3D face from Audio.
@@ -56,15 +56,15 @@ https://user-images.githubusercontent.com/4397546/222513483-89161f58-83d0-40e4-8
5656
- [ ] training code of each componments.
5757

5858

59-
## **Test**
59+
## 🔮 Test!
6060

61-
#### **Requirements**
61+
#### Requirements
6262

6363
* Python
6464
* PyTorch
6565
* ffmpeg
6666

67-
#### **Conda Installation**
67+
#### Conda Installation
6868

6969
```
7070
git clone https://github.com/Winfredy/SadTalker.git
@@ -81,7 +81,7 @@ conda install dlib
8181
pip install -r requirements.txt
8282
```
8383

84-
#### **Models**
84+
#### Models
8585

8686
Please download our [pre-trained model](https://drive.google.com/drive/folders/1Wd88VDoLhVzYsQ30_qDVluQr_Xm46yHT?usp=sharing) and put it in ./checkpoints.
8787

@@ -97,17 +97,17 @@ Please download our [pre-trained model](https://drive.google.com/drive/folders/1
9797
|checkpoints/BFM | 3DMM library file.
9898
|checkpoints/hub | Face detection models used in [face alignment](https://github.com/1adrianb/face-alignment).
9999

100-
#### **Generating 2D face from a single Image**
100+
#### Generating 2D face from a single Image
101101

102102
```
103103
python inference.py --driven_audio <audio.wav> --source_image <video.mp4 or picture.png> --result_dir <a file to store results>
104104
```
105105

106-
#### **Generating 3D face from Audio**
106+
#### Generating 3D face from Audio
107107

108108
To do ...
109109

110-
#### **Generating 4D free-view talking examples from audio and a single image**
110+
#### Generating 4D free-view talking examples from audio and a single image
111111

112112
We use `camera_yaw`, `camera_pitch`, `camera_roll` to control camera pose. For example, `--camera_yaw -20 30 10` means the camera yaw degree changes from -20 to 30 and then changes from 30 to 10.
113113
```
@@ -120,7 +120,7 @@ python inference.py --driven_audio <audio.wav> \
120120

121121

122122

123-
## **Citation**
123+
## 🛎 Citation
124124

125125
If you find our work useful in your research, please consider citing:
126126

@@ -133,19 +133,19 @@ If you find our work useful in your research, please consider citing:
133133
}
134134
```
135135

136-
Acknowledgements
137-
----------
136+
## 💗 Acknowledgements
137+
138138
Facerender code borrows heavily from [zhanglonghao's reproduction of face-vid2vid](https://github.com/zhanglonghao1992/One-Shot_Free-View_Neural_Talking_Head_Synthesis) and [PIRender](https://github.com/RenYurui/PIRender). We thank the author for sharing their wonderful code. In training process, We also use the model from [Deep3DFaceReconstruction](https://github.com/microsoft/Deep3DFaceReconstruction) and [Wav2lip](https://github.com/Rudrabha/Wav2Lip). We thank for their wonderful work.
139139

140140

141-
## Related Work
141+
## 🥂 Related Works
142142
- [StyleHEAT: One-Shot High-Resolution Editable Talking Face Generation via Pre-trained StyleGAN (ECCV 2020)](https://github.com/FeiiYin/StyleHEAT)
143143
- [CodeTalker: Speech-Driven 3D Facial Animation with Discrete Motion Prior (CVPR 2023)](https://github.com/Doubiiu/CodeTalker)
144144
- [VideoReTalking: Audio-based Lip Synchronization for Talking Head Video Editing In the Wild (SIGGRAPH Asia 2022)](https://github.com/vinthony/video-retalking)
145145
- [DPE: Disentanglement of Pose and Expression for General Video Portrait Editing (CVPR 2023)](https://arxiv.org/abs/2301.06281)
146146
- [3D GAN Inversion with Facial Symmetry Prior (CVPR 2023)](https://github.com/FeiiYin/SPI/)
147147
- [T2M-GPT: Generating Human Motion from Textual Descriptions with Discrete Representations (CVPR 2023)](https://github.com/Mael-zys/T2M-GPT)
148148

149-
## Disclaimer
149+
## 📢 Disclaimer
150150

151151
This is not an official product of Tencent. This repository can only be used for personal/research/non-commercial purposes.

0 commit comments

Comments
 (0)