-
Notifications
You must be signed in to change notification settings - Fork 0
/
visual_generation.html
241 lines (198 loc) · 10.2 KB
/
visual_generation.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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.84.0">
<title>KAUST Vision CAIR</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/product/">
<!-- Bootstrap core CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Favicons -->
<link rel="apple-touch-icon" href="/docs/5.0/assets/img/favicons/apple-touch-icon.png" sizes="180x180">
<link rel="icon" href="/docs/5.0/assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
<link rel="icon" href="/docs/5.0/assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
<link rel="manifest" href="/docs/5.0/assets/img/favicons/manifest.json">
<link rel="mask-icon" href="/docs/5.0/assets/img/favicons/safari-pinned-tab.svg" color="#7952b3">
<link rel="icon" href="/docs/5.0/assets/img/favicons/favicon.ico">
<meta name="theme-color" content="#7952b3">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="product.css" rel="stylesheet">
</head>
<body>
<header class="site-header sticky-top py-1">
<nav class="container d-flex flex-column flex-md-row justify-content-between">
<a class="py-2" href="#" aria-label="Product">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mx-auto" role="img" viewBox="0 0 24 24"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg>
</a>
<!--
<a class="py-2 d-none d-md-inline-block" href="#">Tour</a>
<a class="py-2 d-none d-md-inline-block" href="#">Product</a>
<a class="py-2 d-none d-md-inline-block" href="#">Features</a>
<a class="py-2 d-none d-md-inline-block" href="#">Enterprise</a>
<a class="py-2 d-none d-md-inline-block" href="#">Support</a>
<a class="py-2 d-none d-md-inline-block" href="#">Pricing</a>
<a class="py-2 d-none d-md-inline-block" href="#">Cart</a>
-->
</nav>
</header>
<main>
<div class="album py-5 bg-light">
<div class="container">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="https://github.com/Vision-CAIR/WAGA/raw/main/samples/StyleCAN1.png" width="100%" height="250" >
<div class="card-body">
<p class="card-text">Art Generation</p>
<div class="d-flex justify-content-between align-items-center">
<a class="btn btn-outline-secondary" href="#">Know More</a>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="https://i.ibb.co/C635F6G/Picture1.png" width="100%" height="250" >
<div class="card-body">
<p class="card-text">Text-to-Art Generation</p>
<div class="d-flex justify-content-between align-items-center">
<a class="btn btn-outline-secondary" href="#">Know More</a>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="https://i.ibb.co/9y1y1N7/Picture1.png" width="100%" height="250" >
<div class="card-body">
<p class="card-text">Fashion Generation</p>
<div class="d-flex justify-content-between align-items-center">
<a class="btn btn-outline-secondary" href="#">Know More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Art Generation <span class="text-muted"></span></h2>
<p class="lead"></p>
<p>Publications:</p>
<ol class="list-group list-group-numbered">
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto">
<div class="fw-bold">CAN: Creative Adversarial Networks, Generating "Art" by Learning About Styles and Deviating from Style Norms</div>
Ahmed Elgammal, Bingchen Liu, Mohamed Elhoseiny, Marian Mazzone
</div>
<span class="badge bg-dark rounded-pill">ICCC 2017</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto">
<div class="fw-bold">Wölfflin's Affective Generative Analysis for Visual Art </div>
Divyansh Jha, Hanna H. Chang, Mohamed Elhoseiny
<a href="https://vision-cair.github.io/WAGA/?fbclid=IwAR3qKpFRnJVE9ch8-wrlH3874EMAgtrZdyyCoY1x3emsYt-2v_Cal3RmmY0">Website</a>
</div>
<span class="badge bg-dark rounded-pill">ICCC 2021</span>
</li>
</ol>
</div>
<div class="col-md-5">
<img class="bd-placeholder-img card-img-top" src="https://raw.githubusercontent.com/NeuripsCreativityWorkshop/2021/main/assets/corona.png" width="100%" height="100%" >
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Text-To-Art Generation <span class="text-muted">Coming Soon</span></h2>
<p class="lead">We are working on state-the-art models to leverage textual information and generate a piece of artwork. The art on the left side is output of our model from the text prompt
</p>
<cite>the height of the rocks make them feel like they reach to the sky. Combine this with the strength of the sea and I feel amazement</cite>
</div>
<div class="col-md-5 order-md-1">
<img class="bd-placeholder-img card-img-top" src="https://i.ibb.co/N3zb9p0/rock-digital-art-x4-auto-x2.png" width="100%" height="100%" >
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Fashion Design Generation <span class="text-muted"></span></h2>
<p class="lead">Our work on creative fashion generation explores and suggests new ideas in terms of design.</p>
<p>Publications:</p>
<ol class="list-group list-group-numbered">
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto">
<div class="fw-bold">DeSIGN: Design Inspiration from Generative Networks</div>
Othman Sbai, Mohamed Elhoseiny, Antoine Bordes, Yann LeCun, Camille Couprie
<a href="https://developers.facebook.com/videos/f8-2018/design-design-inspiration-from-generative-networks/">Website</a>
</div>
<span class="badge bg-dark rounded-pill">ECCV 2018</span>
</li>
</ol>
</div>
<div class="col-md-5">
<img class="bd-placeholder-img card-img-top" src="https://images.newscientist.com/wp-content/uploads/2018/04/11152131/1804.jpg?width=800" width="100%" height="100%" >
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</main>
<footer class="container py-5">
<!--
<div class="row">
<div class="col-12 col-md">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mb-2" role="img" viewBox="0 0 24 24"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg>
<small class="d-block mb-3 text-muted">© 2017–2021</small>
</div>
<div class="col-6 col-md">
</div>
<div class="col-6 col-md">
</div>
<div class="col-6 col-md">
<h5>Resources</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="#">Business</a></li>
<li><a class="link-secondary" href="#">Education</a></li>
<li><a class="link-secondary" href="#">Government</a></li>
<li><a class="link-secondary" href="#">Gaming</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>About</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="#">Team</a></li>
<li><a class="link-secondary" href="#">Locations</a></li>
<li><a class="link-secondary" href="#">Privacy</a></li>
<li><a class="link-secondary" href="#">Terms</a></li>
</ul>
</div>
</div>
-->
</footer>
<script src="/docs/5.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>