Lavivis commited on
Commit
3f00004
·
verified ·
1 Parent(s): 5ff9fdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -1,3 +1,28 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # ControlTalk
5
+ Official code for "Controllable Talking Face Generation by Implicit Facial Keypoints Editing"
6
+ [![Github](https://img.shields.io/badge/Github-8A2BE2)](https://github.com/NetEase-Media/ControlTalk)
7
+ [![python](https://img.shields.io/badge/Python-3.10-brightgreen)](https://github.com/NetEase-Media/ControlTalk)
8
+ [![arXiv](https://img.shields.io/badge/arXiv-2410.06885-b31b1b.svg?logo=arXiv)](https://arxiv.org/pdf/2406.02880)
9
+
10
+ ## Demo
11
+
12
+ ![Uploading dongman1.mp4…]()
13
+
14
+ ## Code
15
+
16
+ https://github.com/NetEase-Media/ControlTalk
17
+
18
+ ## Inference
19
+
20
+ ```bash
21
+ python inference.py \
22
+ --source_video $source_video \
23
+ --source_img_path $source_image \
24
+ --audio $audio \
25
+ --save_as_video \
26
+ --box -1 0 0 0 \
27
+ # --img_mode # if you only want to control the face expression
28
+ ```