Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
title: Make It Animatable
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: cc-by-nc-4.0
|
@@ -10,3 +10,15 @@ short_description: Authoring Animation-Ready 3D Characters with One Click
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Make It Animatable
|
3 |
emoji: π
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: red
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: cc-by-nc-4.0
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
+
```bibtex
|
15 |
+
@misc{guo2024makeitanimatableefficientframeworkauthoring,
|
16 |
+
title={Make-It-Animatable: An Efficient Framework for Authoring Animation-Ready 3D Characters},
|
17 |
+
author={Zhiyang Guo and Jinxu Xiang and Kai Ma and Wengang Zhou and Houqiang Li and Ran Zhang},
|
18 |
+
year={2024},
|
19 |
+
eprint={2411.18197},
|
20 |
+
archivePrefix={arXiv},
|
21 |
+
primaryClass={cs.GR},
|
22 |
+
url={https://arxiv.org/abs/2411.18197},
|
23 |
+
}
|
24 |
+
```
|