You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://huggingface.co/JarrentWu/AnimateAnyMesh/tree/main"><imgsrc='https://img.shields.io/badge/HuggingFace-Weights-yellow?logo=huggingface'alt='Hugging Face Weights'></a>
17
+
<ahref="https://drive.google.com/drive/folders/1maN5AHKKRDVylKzNuhX8NkBsOZylzA3u"><imgsrc='https://img.shields.io/badge/Google%20Drive-Weights-blue?logo=googledrive&logoColor=white'alt='Download from Google Drive'></a>
15
18
16
19
We present <b>AnimateAnyMesh</b>: the first feed-forward universal mesh animation framework that enables efficient motion generation for arbitrary 3D meshes. Given a static mesh and prompt, our method generates high-quality animations in only a few seconds.
17
20
@@ -29,17 +32,32 @@ We present <b>AnimateAnyMesh</b>: the first feed-forward universal mesh animatio
29
32
30
33
## 🔥 Latest News
31
34
35
+
* Aug 22, 2025: 👋 The model weights ([HuggingFace](https://huggingface.co/JarrentWu/AnimateAnyMesh/tree/main), [Google Drive](https://drive.google.com/drive/folders/1maN5AHKKRDVylKzNuhX8NkBsOZylzA3u)) of **AnimateAnyMesh** has been released! Thanks for the waiting! We also add FBX/ABC export code for a better usage. You can **Animate Your Static Mesh Now!!!**
32
36
* Aug 14, 2025: 👋 The inference code of **AnimateAnyMesh** has been released! Thanks for the waiting! The checkpoint will be released in a few days (Still training under the clean code).
33
37
* Jun 26, 2025: 👋 **AnimateAnyMesh** has been accepted by [ICCV2025](https://iccv.thecvf.com/)! We will release the code and the DyMesh Dataset mentioned in the paper asap. Please stay tuned for updates!
34
38
* Jun 11, 2025: 👋 The paper of **AnimateAnyMesh** is available at [Arxiv](https://arxiv.org/abs/2506.09982)!
35
39
40
+
## 🔧 Preparation
41
+
42
+
The code is tested under Python 3.11, CUDA12.8 (CUDA 11.8+ recommended).
43
+
```
44
+
pip install -r requirements.txt
45
+
```
46
+
You may have to install some dependencies when using bpy.
If you find our work useful for your research, please star this repo and cite our paper. Thanks!
@@ -51,3 +69,6 @@ If you find our work useful for your research, please star this repo and cite ou
51
69
year = {2025},
52
70
}
53
71
```
72
+
73
+
## ❤️ Acknowledgement
74
+
Our code references some great repos, which are [3DShape2VecSet](https://github.com/1zb/3DShape2VecSet), [Point-E](https://github.com/openai/point-e), [rectified-flow-pytorch](https://github.com/lucidrains/rectified-flow-pytorch) and [CogVideoX](https://github.com/zai-org/CogVideo). We thank the authors for their excellent works! <br>
0 commit comments