illusence commited on
Commit
4923988
·
verified ·
1 Parent(s): df66dcc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SeG: Generative Semantic Gesture Retriever
2
+
3
+ Generative Semantic Gesture Retriever is a component designed to retrieve and generate semantic gestures based on input speech text. This repository provides all the necessary prepartions to set up and deploy the SeG model, including downloading the base model, merging finetuned LoRA model parameters, and deploying an API service.
4
+
5
+
6
+
7
+ ## Citation
8
+ If you use the models or codes, please cite our [Paper](https://arxiv.org/abs/2405.09814).
9
+ ```
10
+ @article{
11
+ Zhang2024SemanticGesture,
12
+ author = {Zhang, Zeyi and Ao, Tenglong and Zhang, Yuyao and Gao, Qingzhe and Lin, Chuan and Chen, Baoquan and Liu, Libin},
13
+ title = {Semantic Gesticulator: Semantics-Aware Co-Speech Gesture Synthesis},
14
+ journal = {ACM Trans. Graph.},
15
+ issue_date = {July 2024},
16
+ numpages = {17},
17
+ doi = {10.1145/3658134},
18
+ publisher = {ACM},
19
+ address = {New York, NY, USA},
20
+ keywords = {co-speech gesture synthesis, multi-modality, retrieval augmentation}
21
+ }
22
+ ```