wzhouxiff commited on
Commit
0429f26
β€’
1 Parent(s): c100c8b

update links

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -36,9 +36,10 @@ title = r"""<h1 align="center">ObjCtrl-2.5D: Training-free Object Control with C
36
  # subtitle = r"""<h2 align="center">Deployed on SVD Generation</h2>"""
37
  important_link = r"""
38
  <div align='center'>
39
- <a href='https://wzhouxiff.github.io/projects/MotionCtrl/assets/paper/MotionCtrl.pdf'>[Paper]</a>
40
- &ensp; <a href='https://wzhouxiff.github.io/projects/MotionCtrl/'>[Project Page]</a>
41
- &ensp; <a href='https://github.com/TencentARC/MotionCtrl'>[Code]</a>
 
42
  </div>
43
  """
44
 
@@ -58,15 +59,15 @@ affiliation = r"""
58
  """
59
 
60
  description = r"""
61
- <b>Official Gradio demo</b> for <a href='https://github.com/TencentARC/MotionCtrl' target='_blank'><b>ObjCtrl-2.5D: Training-free Object Control with Camera Poses</b></a>.<br>
62
  πŸ”₯ ObjCtrl2.5D enables object motion control in a I2V generated video via transforming 2D trajectories to 3D using depth, subsequently converting them into camera poses,
63
  thereby leveraging the exisitng camera motion control module for object motion control without requiring additional training.<br>
64
  """
65
 
66
  article = r"""
67
- If ObjCtrl2.5D is helpful, please help to ⭐ the <a href='https://github.com/TencentARC/MotionCtrl' target='_blank'>Github Repo</a>. Thanks!
68
- [![GitHub Stars](https://img.shields.io/github/stars/TencentARC%2FMotionCtrl
69
- )](https://github.com/TencentARC/MotionCtrl)
70
 
71
  ---
72
 
@@ -74,11 +75,10 @@ If ObjCtrl2.5D is helpful, please help to ⭐ the <a href='https://github.com/Te
74
  <br>
75
  If our work is useful for your research, please consider citing:
76
  ```bibtex
77
- @inproceedings{wang2024motionctrl,
78
- title={Motionctrl: A unified and flexible motion controller for video generation},
79
- author={Wang, Zhouxia and Yuan, Ziyang and Wang, Xintao and Li, Yaowei and Chen, Tianshui and Xia, Menghan and Luo, Ping and Shan, Ying},
80
- booktitle={ACM SIGGRAPH 2024 Conference Papers},
81
- pages={1--11},
82
  year={2024}
83
  }
84
  ```
 
36
  # subtitle = r"""<h2 align="center">Deployed on SVD Generation</h2>"""
37
  important_link = r"""
38
  <div align='center'>
39
+ <a href=''>[Paper]</a>
40
+ &ensp; <a href=''>[arxiv]</a>
41
+ &ensp; <a href='https://wzhouxiff.github.io/projects/ObjCtrl-2.5D/'>[Project Page]</a>
42
+ &ensp; <a href='https://github.com/wzhouxiff/ObjCtrl-2.5D'>[Code]</a>
43
  </div>
44
  """
45
 
 
59
  """
60
 
61
  description = r"""
62
+ <b>Official Gradio demo</b> for <a href='https://github.com/wzhouxiff/ObjCtrl-2.5D' target='_blank'><b>ObjCtrl-2.5D: Training-free Object Control with Camera Poses</b></a>.<br>
63
  πŸ”₯ ObjCtrl2.5D enables object motion control in a I2V generated video via transforming 2D trajectories to 3D using depth, subsequently converting them into camera poses,
64
  thereby leveraging the exisitng camera motion control module for object motion control without requiring additional training.<br>
65
  """
66
 
67
  article = r"""
68
+ If ObjCtrl2.5D is helpful, please help to ⭐ the <a href='https://github.com/wzhouxiff/ObjCtrl-2.5D' target='_blank'>Github Repo</a>. Thanks!
69
+ [![GitHub Stars](https://img.shields.io/github/stars/wzhouxiff%2FObjCtrl-2.5D
70
+ )](https://github.com/wzhouxiff/ObjCtrl-2.5D)
71
 
72
  ---
73
 
 
75
  <br>
76
  If our work is useful for your research, please consider citing:
77
  ```bibtex
78
+ @inproceedings{objctrl2.5d,
79
+ title={ObjCtrl-2.5D: Training-free Object Control with Camera Poses},
80
+ author={Wang, Zhouxia and Lan, Yushi and Zhou, Shangchen and Loy, Chen Change},
81
+ booktitle={arXiv},
 
82
  year={2024}
83
  }
84
  ```