Improve model card: Add pipeline tag, license, project page, and GitHub link
Browse filesThis PR improves the model card by:
- Adding the `pipeline_tag: text-to-video` to the metadata, making the model discoverable under this pipeline on the Hub.
- Specifying the `license` as `apache-2.0`.
README.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
|
|
|
|
| 4 |
|
| 5 |
# GestureLSM: Latent Shortcut based Co-Speech Gesture Generation with Spatial-Temporal Modeling
|
| 6 |
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
# π Release Plans
|
| 9 |
|
|
@@ -72,18 +78,14 @@ python train.py -c configs/shortcut_rvqvae_128.yaml
|
|
| 72 |
python train.py -c configs/diffuser_rvqvae_128.yaml
|
| 73 |
```
|
| 74 |
|
| 75 |
-
|
| 76 |
## Demo
|
| 77 |
```
|
| 78 |
python demo.py -c configs/shortcut_rvqvae_128_hf.yaml
|
| 79 |
```
|
| 80 |
|
| 81 |
-
|
| 82 |
-
|
| 83 |
# π Acknowledgments
|
| 84 |
Thanks to [SynTalker](https://github.com/RobinWitch/SynTalker/tree/main), [EMAGE](https://github.com/PantoMatrix/PantoMatrix/tree/main/scripts/EMAGE_2024), [DiffuseStyleGesture](https://github.com/YoungSeng/DiffuseStyleGesture), our code is partially borrowing from them. Please check these useful repos.
|
| 85 |
|
| 86 |
-
|
| 87 |
# π Citation
|
| 88 |
|
| 89 |
If you find our code or paper helps, please consider citing:
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: text-to-video
|
| 4 |
+
---
|
| 5 |
|
| 6 |
+
[](https://paperswithcode.com/sota/gesture-generation-on-beat2?p=gesturelsm-latent-shortcut-based-co-speech) <a href="https://arxiv.org/abs/2501.18898"><img src="https://img.shields.io/badge/arxiv-gray?logo=arxiv&"></a>
|
| 7 |
|
| 8 |
# GestureLSM: Latent Shortcut based Co-Speech Gesture Generation with Spatial-Temporal Modeling
|
| 9 |
|
| 10 |
+
**Project Page**: [https://andypinxinliu.github.io/GestureLSM](https://andypinxinliu.github.io/GestureLSM)
|
| 11 |
+
|
| 12 |
+
**GitHub Repository**: [https://github.com/andypinxinliu/GestureLSM](https://github.com/andypinxinliu/GestureLSM)
|
| 13 |
|
| 14 |
# π Release Plans
|
| 15 |
|
|
|
|
| 78 |
python train.py -c configs/diffuser_rvqvae_128.yaml
|
| 79 |
```
|
| 80 |
|
|
|
|
| 81 |
## Demo
|
| 82 |
```
|
| 83 |
python demo.py -c configs/shortcut_rvqvae_128_hf.yaml
|
| 84 |
```
|
| 85 |
|
|
|
|
|
|
|
| 86 |
# π Acknowledgments
|
| 87 |
Thanks to [SynTalker](https://github.com/RobinWitch/SynTalker/tree/main), [EMAGE](https://github.com/PantoMatrix/PantoMatrix/tree/main/scripts/EMAGE_2024), [DiffuseStyleGesture](https://github.com/YoungSeng/DiffuseStyleGesture), our code is partially borrowing from them. Please check these useful repos.
|
| 88 |
|
|
|
|
| 89 |
# π Citation
|
| 90 |
|
| 91 |
If you find our code or paper helps, please consider citing:
|