Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
# RealisDance: Equip controllable character animation with realistic hands
|
5 |
+
|
6 |
+
This is the official Stage 2 checkpoint of [RealisDance](https://github.com/damo-cv/RealisDance).
|
7 |
+
Please use our GitHub codes to load this checkpoint.
|
8 |
+
|
9 |
+
## Disclaimer
|
10 |
+
|
11 |
+
This project is released for academic use.
|
12 |
+
We disclaim responsibility for user-generated content.
|
13 |
+
|
14 |
+
## Contact Us
|
15 |
+
|
16 |
+
Jingkai Zhou: [[email protected]](mailto:[email protected])
|
17 |
+
|
18 |
+
|
19 |
+
## BibTeX
|
20 |
+
|
21 |
+
```
|
22 |
+
@article{zhou2024realisdance,,
|
23 |
+
title={RealisDance: Equip controllable character animation with realistic hands},
|
24 |
+
author={Zhou, Jingkai and Wang, Benzhi and Chen, Weihua and Bai, Jingqi and Li, Dongyang and Zhang, Aixi and Xu, Hao and Yang, Mingyang and Wang, Fan},
|
25 |
+
journal={arXiv preprint arXiv:2409.06202},
|
26 |
+
year={2024}
|
27 |
+
}
|
28 |
+
```
|