Spaces:
Running
on
Zero
Running
on
Zero
wzhouxiff
commited on
Commit
β’
0429f26
1
Parent(s):
c100c8b
update links
Browse files
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='
|
40 |
-
  <a href='
|
41 |
-
  <a href='https://github.
|
|
|
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/
|
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/
|
68 |
-
[![GitHub Stars](https://img.shields.io/github/stars/
|
69 |
-
)](https://github.com/
|
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{
|
78 |
-
title={
|
79 |
-
author={Wang, Zhouxia and
|
80 |
-
booktitle={
|
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 |
+
  <a href=''>[arxiv]</a>
|
41 |
+
  <a href='https://wzhouxiff.github.io/projects/ObjCtrl-2.5D/'>[Project Page]</a>
|
42 |
+
  <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 |
```
|