Spaces:
Running
on
Zero
Running
on
Zero
π docs: update
Browse files- README.md +8 -11
- requirements.txt +0 -4
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
title: Make It Animatable
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
python_version: 3.10.13
|
9 |
app_file: app.py
|
10 |
pinned: false
|
@@ -15,13 +15,10 @@ short_description: Authoring Animation-Ready 3D Characters with One Click
|
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
16 |
|
17 |
```bibtex
|
18 |
-
@
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
archivePrefix={arXiv},
|
24 |
-
primaryClass={cs.GR},
|
25 |
-
url={https://arxiv.org/abs/2411.18197},
|
26 |
}
|
27 |
```
|
|
|
1 |
---
|
2 |
title: Make It Animatable
|
3 |
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.20.0
|
8 |
python_version: 3.10.13
|
9 |
app_file: app.py
|
10 |
pinned: false
|
|
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
16 |
|
17 |
```bibtex
|
18 |
+
@inproceedings{Guo_2025_CVPR,
|
19 |
+
author={Guo, Zhiyang and Xiang, Jinxu and Ma, Kai and Zhou, Wengang and Li, Houqiang and Zhang, Ran},
|
20 |
+
title={Make-It-Animatable: An Efficient Framework for Authoring Animation-Ready 3D Characters},
|
21 |
+
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
22 |
+
year={2025},
|
|
|
|
|
|
|
23 |
}
|
24 |
```
|
requirements.txt
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
# conda create -n dev python=3.10
|
2 |
-
# conda activate dev
|
3 |
-
|
4 |
-
# conda install pytorch==2.0.1 torchvision==0.15.2 pytorch-cuda=11.7 -c pytorch -c nvidia
|
5 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
6 |
torch==2.0.1
|
7 |
torchvision==0.15.2
|
|
|
|
|
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
torch==2.0.1
|
3 |
torchvision==0.15.2
|