-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (161 loc) · 6.51 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load("jquery", "1.3.2");
</script>
<html>
<head>
<title>Modular Action Concept Grounding in Semantic Video Prediction</title>
<meta property="og:title"
content="Modular Action Concept Grounding in Semantic Video Prediction" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<br>
<center>
<span style="font-size:46px">Modular Action Concept Grounding in Semantic Video Prediction</span>
<br><br>
<span style="font-size:28px">CVPR 2022.</span>
<br><br>
<table align=center>
<tr>
<td align=center>
<center>
<span style="font-size:22px"><a href="https://gnosisyuw.github.io/"> Wei Yu, </a></span>
</center>
</td>
<td align=center>
<center>
<span style="font-size:22px"><a href="https://www.linkedin.com/in/wenxinchen11/"> Wenxin Chen, </a></span>
</center>
</td>
<td align=center>
<center>
<span style="font-size:22px"><a href="https://www.linkedin.com/in/songheng-yin"> Songheng Yin, </a></span>
</center>
</td>
<td align=center>
<center>
<span style="font-size:22px"><a href="http://www.cs.toronto.edu/~sme/"> Steve Easterbrook, </a></span>
</center>
</td>
<td align=center>
<center>
<span style="font-size:22px"><a href="https://animesh.garg.tech/"> Animesh Garg. </a></span>
</center>
</td>
</tr>
</table>
<table align=center>
<tr>
<td align=center>
<center>
<span style="font-size:18px"><a href="https://arxiv.org/pdf/2011.11201.pdf"> [Paper]</a></span>
</center>
</td>
<td align=center>
<center>
<span style="font-size:18px"><a href=""> [Code](coming soon)</a></span>
</center>
</td>
<td align=center>
<center>
<span style="font-size:18px"><a href=""> [Bibtex]</a></span>
</center>
</td>
</tr>
</table>
<h1>Video Overview</h1>
<video width="720" height="450" controls="controls">
<source src="demo.mp4" type=video/mp4>
</video>
<table align=center width=1150px>
<center>
</center>
<tr>
<br>
<img style="width:1000px" src="data/pic3.gif">
<br>
</tr>
</table>
<table align=center width=1250px>
<center>
<h1>
Qualitative Results on TowerCreation
</h1>
</center>
<div class="image123">
<div style="float:left;margin-right:15px;">
<img src="data/1.gif" height="360" width="480" />
<p style="text-align:left;"> Groundtruth      Best sample       Sample 1         Sample 2  </p>
</div>
<div style="float:right;margin-right:15px;">
<img src="data/2.gif" height="360" width="480" />
<p style="text-align:left;"> Groundtruth      Best sample       Sample 1         Sample 2  </p>
</div>
</div>
</table>
</table>
<table align=center width=1250px>
<div class="image123">
<div style="float:left;margin-right:15px;">
<img src="data/tc1.gif" height="360" width="480" />
<p style="text-align:left;"> Groundtruth      Best sample       Sample 1         Sample 2  </p>
</div>
<div style="float:right;margin-right:15px;">
<img src="data/tc2.gif" height="360" width="480" />
<p style="text-align:left;"> Groundtruth      Best sample       Sample 1         Sample 2  </p>
</div>
</div>
</table>
<br> <br>
<hr>
<table align=center width=1250px>
<center>
<h1>
Qualitative Results on CLEVR-Building-blocks
</h1>
</center>
<div class="image123">
<div style="float:left;margin-right:15px;">
<img src="data/clevr1.gif" height="900" width="450" />
<p style="text-align:center;">Ground truth                    Predictions </p>
</div>
<div style="float:right;margin-right:15px;">
<img src="data/clevr2.gif" height="900" width="450" />
<p style="text-align:center;">Ground truth                    Predictions</p>
</div>
</div>
</table>
<br> <br>
<hr>
<table align=center width=1250px>
<center>
<h1>
Qualitative Results on Sapien-Kitchen
</h1>
</center>
<div class="image123">
<div style="float:left;margin-right:15px;">
<img src="data/sapien2.gif" height="900" width="450" />
<p style="text-align:center;">Ground truth                    Predictions </p>
</div>
<div style="float:right;margin-right:15px;">
<img src="data/sapien1.gif" height="900" width="450" />
<p style="text-align:center;">Ground truth                    Predictions</p>
</div>
</div>
</table>
<br> <br>
<hr>
<table align=center width=950px>
<center>
<h1>
Acknowledgements
</h1>
</center>
<tr>
This work is supported by CIFAR AI Chair, NSERC Discovery Award, University of Toronto XSeed award, and gifts from LG.
</tr>
</table>
</html>