LeoLau commited on
Commit
4debddd
·
verified ·
1 Parent(s): 3cac965

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
1
- ---
2
- license: cc-by-nc-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: shape-for-motion
3
+ license: other
4
+ license_name: shape-for-motion
5
+ license_link: https://github.com/Tencent-Hunyuan/HunyuanWorld-Voyager/blob/main/LICENSE
6
+ language:
7
+ - en
8
+ - zh
9
+ tags:
10
+ - video_editing
11
+ pipeline_tag: video-to-video
12
+ extra_gated_eu_disallowed: true
13
+ base_model:
14
+ - model-hub/stable-video-diffusion-img2vid
15
+ ---
16
+ <div align="center">
17
+ <a href="https://shapeformotion.github.io/"><img src="https://img.shields.io/static/v1?label=Project%20Page&message=Web&color=green"></a> &ensp;
18
+ <a href="https://arxiv.org/pdf/2506.22432"><img src="https://img.shields.io/static/v1?label=Tech%20Report&message=Arxiv&color=red"></a> &ensp;
19
+ <a href="https://huggingface.co/LeoLau/Shape-for-Motion"><img src="https://img.shields.io/static/v1?label=shape_for-motion&message=HuggingFace&color=yellow"></a>
20
+ </div>
21
+
22
+ We introduce Shape-for-Motion, a 3D-aware video editing framework to support precise and consistent video object manipulation by reconstructing an editable 3D mesh to serve as control signals for video generation.
23
+
24
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6351463b8445bbe32e944f6c/YZmUUrADUPSoWx_1-jyiE.jpeg)
25
+
26
+ ## 🔗 BibTeX
27
+
28
+ If you find [Shape-for-Motion](https://arxiv.org/abs/2506.22432) useful for your research and applications, please cite using this BibTeX:
29
+
30
+ ```BibTeX
31
+ @article{liu2025shape,
32
+ title={Shape-for-Motion: Precise and Consistent Video Editing with 3D Proxy},
33
+ author={Liu, Yuhao and Wang, Tengfei and Liu, Fang and Wang, Zhenwei and Lau, Rynson WH},
34
+ journal={arXiv preprint arXiv:2506.22432},
35
+ year={2025}
36
+ }
37
+ ```
38
+
39
+
40
+
41
+ ## Acknowledgements
42
+
43
+ We would like to thank [DG-Mesh](https://github.com/Isabella98Liu/DG-Mesh), [Deformable 3DGS](https://ingra14m.github.io/Deformable-Gaussians), and [Diffusers](https://github.com/huggingface/diffusers) for their open research and exploration.