jasongzy commited on
Commit
88b7eab
Β·
1 Parent(s): c854034

πŸ“ƒ docs: update

Browse files
Files changed (2) hide show
  1. README.md +8 -11
  2. requirements.txt +0 -4
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
  title: Make It Animatable
3
  emoji: πŸ’ƒ
4
- colorFrom: indigo
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 5.12.0
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
- @misc{guo2024makeitanimatableefficientframeworkauthoring,
19
- title={Make-It-Animatable: An Efficient Framework for Authoring Animation-Ready 3D Characters},
20
- author={Zhiyang Guo and Jinxu Xiang and Kai Ma and Wengang Zhou and Houqiang Li and Ran Zhang},
21
- year={2024},
22
- eprint={2411.18197},
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