-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
460 lines (388 loc) · 20 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
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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>zhaw's neural art gallary by zhaw</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="mycss.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">zhaw's neural art gallary</h1>
<h2 class="project-tagline"></h2>
<a href="https://github.com/zhaw/neural_style" class="btn">View on GitHub</a>
<a href="https://github.com/zhaw/neural_style/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/zhaw/neural_style/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to ZHAW's Neural Art Project.</h3>
<p>This page shows results given by <a href="https://www.github.com/zhaw/neural_style/">neural_style</a>, a fast generative image style transferer implemented with <a href="https://www.github.com/dmlc/mxnet">mxnet</a>.
<p>There are lots of high resolution images on this page and it may take 1 or 2 minutes loading, please be patient.</p>
<h3>
<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Content Images</h3>
<p>These are the images I selected to test and visualize models. These images vary a lot so we can know the robustness of the models.</p>
<div id="picbox" style="position: relative; height: 260px">
<img src="test_pics/bird.jpg" height=250/>
<img src="test_pics/cat.jpg" height=250/>
<img src="test_pics/city.jpg" height=250/>
<img src="test_pics/city2.jpg" height=250/>
<img src="test_pics/forest.jpg" height=250/>
<img src="test_pics/got.jpg" height=250/>
<img src="test_pics/keyboard.jpg" height=250/>
<img src="test_pics/leaf.jpg" height=250/>
<img src="test_pics/pet.jpg" height=250/>
<img src="test_pics/simpsons.jpg" height=250/>
<img src="test_pics/skylake.jpg" height=250/>
<img src="test_pics/sunflower.jpg" height=250/>
<img src="test_pics/taxi.jpg" height=250/>
<img src="test_pics/trump.jpg" height=250/>
</div>
<h3>
<a id="designer-templates" class="anchor" href="#models" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Styles</h3>
<p>These are the style models I have trained, more will come. For better page layout, images are resized to 512x512. Please notice that scale matters. If the result isn't good, try resize the image. If you want to use one style model, clone <a href="https://www.github.com/zhaw/neural_style/">this repo</a>, download the model and put it in the "models/" dir. For more usage guidance, see <a href="https://www.github.com/zhaw/neural_style/">this</a>.
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_1_bird.jpg" height=250/>
<img src="out/small_1_cat.jpg" height=250/>
<img src="out/small_1_city.jpg" height=250/>
<img src="out/small_1_city2.jpg" height=250/>
<img src="out/small_1_forest.jpg" height=250/>
<img src="out/small_1_got.jpg" height=250/>
<img src="out/small_1_keyboard.jpg" height=250/>
<img src="out/small_1_leaf.jpg" height=250/>
<img src="out/small_1_pet.jpg" height=250/>
<img src="out/small_1_simpsons.jpg" height=250/>
<img src="out/small_1_skylake.jpg" height=250/>
<img src="out/small_1_sunflower.jpg" height=250/>
<img src="out/small_1_taxi.jpg" height=250/>
<img src="out/small_1_trump.jpg" height=250/>
</div>
<p><a href="models/model1.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_2_bird.jpg" height=250/>
<img src="out/small_2_cat.jpg" height=250/>
<img src="out/small_2_city.jpg" height=250/>
<img src="out/small_2_city2.jpg" height=250/>
<img src="out/small_2_forest.jpg" height=250/>
<img src="out/small_2_got.jpg" height=250/>
<img src="out/small_2_keyboard.jpg" height=250/>
<img src="out/small_2_leaf.jpg" height=250/>
<img src="out/small_2_pet.jpg" height=250/>
<img src="out/small_2_simpsons.jpg" height=250/>
<img src="out/small_2_skylake.jpg" height=250/>
<img src="out/small_2_sunflower.jpg" height=250/>
<img src="out/small_2_taxi.jpg" height=250/>
<img src="out/small_2_trump.jpg" height=250/>
</div>
<p><a href="models/model2.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_3_bird.jpg" height=250/>
<img src="out/small_3_cat.jpg" height=250/>
<img src="out/small_3_city.jpg" height=250/>
<img src="out/small_3_city2.jpg" height=250/>
<img src="out/small_3_forest.jpg" height=250/>
<img src="out/small_3_got.jpg" height=250/>
<img src="out/small_3_keyboard.jpg" height=250/>
<img src="out/small_3_leaf.jpg" height=250/>
<img src="out/small_3_pet.jpg" height=250/>
<img src="out/small_3_simpsons.jpg" height=250/>
<img src="out/small_3_skylake.jpg" height=250/>
<img src="out/small_3_sunflower.jpg" height=250/>
<img src="out/small_3_taxi.jpg" height=250/>
<img src="out/small_3_trump.jpg" height=250/>
</div>
<p><a href="models/model3.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_4_bird.jpg" height=250/>
<img src="out/small_4_cat.jpg" height=250/>
<img src="out/small_4_city.jpg" height=250/>
<img src="out/small_4_city2.jpg" height=250/>
<img src="out/small_4_forest.jpg" height=250/>
<img src="out/small_4_got.jpg" height=250/>
<img src="out/small_4_keyboard.jpg" height=250/>
<img src="out/small_4_leaf.jpg" height=250/>
<img src="out/small_4_pet.jpg" height=250/>
<img src="out/small_4_simpsons.jpg" height=250/>
<img src="out/small_4_skylake.jpg" height=250/>
<img src="out/small_4_sunflower.jpg" height=250/>
<img src="out/small_4_taxi.jpg" height=250/>
<img src="out/small_4_trump.jpg" height=250/>
</div>
<p><a href="models/model4.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_5_bird.jpg" height=250/>
<img src="out/small_5_cat.jpg" height=250/>
<img src="out/small_5_city.jpg" height=250/>
<img src="out/small_5_city2.jpg" height=250/>
<img src="out/small_5_forest.jpg" height=250/>
<img src="out/small_5_got.jpg" height=250/>
<img src="out/small_5_keyboard.jpg" height=250/>
<img src="out/small_5_leaf.jpg" height=250/>
<img src="out/small_5_pet.jpg" height=250/>
<img src="out/small_5_simpsons.jpg" height=250/>
<img src="out/small_5_skylake.jpg" height=250/>
<img src="out/small_5_sunflower.jpg" height=250/>
<img src="out/small_5_taxi.jpg" height=250/>
<img src="out/small_5_trump.jpg" height=250/>
</div>
<p><a href="models/model5.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_6_bird.jpg" height=250/>
<img src="out/small_6_cat.jpg" height=250/>
<img src="out/small_6_city.jpg" height=250/>
<img src="out/small_6_city2.jpg" height=250/>
<img src="out/small_6_forest.jpg" height=250/>
<img src="out/small_6_got.jpg" height=250/>
<img src="out/small_6_keyboard.jpg" height=250/>
<img src="out/small_6_leaf.jpg" height=250/>
<img src="out/small_6_pet.jpg" height=250/>
<img src="out/small_6_simpsons.jpg" height=250/>
<img src="out/small_6_skylake.jpg" height=250/>
<img src="out/small_6_sunflower.jpg" height=250/>
<img src="out/small_6_taxi.jpg" height=250/>
<img src="out/small_6_trump.jpg" height=250/>
</div>
<p><a href="models/model6.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_7_bird.jpg" height=250/>
<img src="out/small_7_cat.jpg" height=250/>
<img src="out/small_7_city.jpg" height=250/>
<img src="out/small_7_city2.jpg" height=250/>
<img src="out/small_7_forest.jpg" height=250/>
<img src="out/small_7_got.jpg" height=250/>
<img src="out/small_7_keyboard.jpg" height=250/>
<img src="out/small_7_leaf.jpg" height=250/>
<img src="out/small_7_pet.jpg" height=250/>
<img src="out/small_7_simpsons.jpg" height=250/>
<img src="out/small_7_skylake.jpg" height=250/>
<img src="out/small_7_sunflower.jpg" height=250/>
<img src="out/small_7_taxi.jpg" height=250/>
<img src="out/small_7_trump.jpg" height=250/>
</div>
<p><a href="models/model7.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_8_bird.jpg" height=250/>
<img src="out/small_8_cat.jpg" height=250/>
<img src="out/small_8_city.jpg" height=250/>
<img src="out/small_8_city2.jpg" height=250/>
<img src="out/small_8_forest.jpg" height=250/>
<img src="out/small_8_got.jpg" height=250/>
<img src="out/small_8_keyboard.jpg" height=250/>
<img src="out/small_8_leaf.jpg" height=250/>
<img src="out/small_8_pet.jpg" height=250/>
<img src="out/small_8_simpsons.jpg" height=250/>
<img src="out/small_8_skylake.jpg" height=250/>
<img src="out/small_8_sunflower.jpg" height=250/>
<img src="out/small_8_taxi.jpg" height=250/>
<img src="out/small_8_trump.jpg" height=250/>
</div>
<p><a href="models/model8.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_9_bird.jpg" height=250/>
<img src="out/small_9_cat.jpg" height=250/>
<img src="out/small_9_city.jpg" height=250/>
<img src="out/small_9_city2.jpg" height=250/>
<img src="out/small_9_forest.jpg" height=250/>
<img src="out/small_9_got.jpg" height=250/>
<img src="out/small_9_keyboard.jpg" height=250/>
<img src="out/small_9_leaf.jpg" height=250/>
<img src="out/small_9_pet.jpg" height=250/>
<img src="out/small_9_simpsons.jpg" height=250/>
<img src="out/small_9_skylake.jpg" height=250/>
<img src="out/small_9_sunflower.jpg" height=250/>
<img src="out/small_9_taxi.jpg" height=250/>
<img src="out/small_9_trump.jpg" height=250/>
</div>
<p><a href="models/model9.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_10_bird.jpg" height=250/>
<img src="out/small_10_cat.jpg" height=250/>
<img src="out/small_10_city.jpg" height=250/>
<img src="out/small_10_city2.jpg" height=250/>
<img src="out/small_10_forest.jpg" height=250/>
<img src="out/small_10_got.jpg" height=250/>
<img src="out/small_10_keyboard.jpg" height=250/>
<img src="out/small_10_leaf.jpg" height=250/>
<img src="out/small_10_pet.jpg" height=250/>
<img src="out/small_10_simpsons.jpg" height=250/>
<img src="out/small_10_skylake.jpg" height=250/>
<img src="out/small_10_sunflower.jpg" height=250/>
<img src="out/small_10_taxi.jpg" height=250/>
<img src="out/small_10_trump.jpg" height=250/>
</div>
<p><a href="models/model10.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_11_bird.jpg" height=250/>
<img src="out/small_11_cat.jpg" height=250/>
<img src="out/small_11_city.jpg" height=250/>
<img src="out/small_11_city2.jpg" height=250/>
<img src="out/small_11_forest.jpg" height=250/>
<img src="out/small_11_got.jpg" height=250/>
<img src="out/small_11_keyboard.jpg" height=250/>
<img src="out/small_11_leaf.jpg" height=250/>
<img src="out/small_11_pet.jpg" height=250/>
<img src="out/small_11_simpsons.jpg" height=250/>
<img src="out/small_11_skylake.jpg" height=250/>
<img src="out/small_11_sunflower.jpg" height=250/>
<img src="out/small_11_taxi.jpg" height=250/>
<img src="out/small_11_trump.jpg" height=250/>
</div>
<p><a href="models/model11.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_12_bird.jpg" height=250/>
<img src="out/small_12_cat.jpg" height=250/>
<img src="out/small_12_city.jpg" height=250/>
<img src="out/small_12_city2.jpg" height=250/>
<img src="out/small_12_forest.jpg" height=250/>
<img src="out/small_12_got.jpg" height=250/>
<img src="out/small_12_keyboard.jpg" height=250/>
<img src="out/small_12_leaf.jpg" height=250/>
<img src="out/small_12_pet.jpg" height=250/>
<img src="out/small_12_simpsons.jpg" height=250/>
<img src="out/small_12_skylake.jpg" height=250/>
<img src="out/small_12_sunflower.jpg" height=250/>
<img src="out/small_12_taxi.jpg" height=250/>
<img src="out/small_12_trump.jpg" height=250/>
</div>
<p><a href="models/model12.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_13_bird.jpg" height=250/>
<img src="out/small_13_cat.jpg" height=250/>
<img src="out/small_13_city.jpg" height=250/>
<img src="out/small_13_city2.jpg" height=250/>
<img src="out/small_13_forest.jpg" height=250/>
<img src="out/small_13_got.jpg" height=250/>
<img src="out/small_13_keyboard.jpg" height=250/>
<img src="out/small_13_leaf.jpg" height=250/>
<img src="out/small_13_pet.jpg" height=250/>
<img src="out/small_13_simpsons.jpg" height=250/>
<img src="out/small_13_skylake.jpg" height=250/>
<img src="out/small_13_sunflower.jpg" height=250/>
<img src="out/small_13_taxi.jpg" height=250/>
<img src="out/small_13_trump.jpg" height=250/>
</div>
<p><a href="models/model13.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_14_bird.jpg" height=250/>
<img src="out/small_14_cat.jpg" height=250/>
<img src="out/small_14_city.jpg" height=250/>
<img src="out/small_14_city2.jpg" height=250/>
<img src="out/small_14_forest.jpg" height=250/>
<img src="out/small_14_got.jpg" height=250/>
<img src="out/small_14_keyboard.jpg" height=250/>
<img src="out/small_14_leaf.jpg" height=250/>
<img src="out/small_14_pet.jpg" height=250/>
<img src="out/small_14_simpsons.jpg" height=250/>
<img src="out/small_14_skylake.jpg" height=250/>
<img src="out/small_14_sunflower.jpg" height=250/>
<img src="out/small_14_taxi.jpg" height=250/>
<img src="out/small_14_trump.jpg" height=250/>
</div>
<p><a href="models/model14.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_15_bird.jpg" height=250/>
<img src="out/small_15_cat.jpg" height=250/>
<img src="out/small_15_city.jpg" height=250/>
<img src="out/small_15_city2.jpg" height=250/>
<img src="out/small_15_forest.jpg" height=250/>
<img src="out/small_15_got.jpg" height=250/>
<img src="out/small_15_keyboard.jpg" height=250/>
<img src="out/small_15_leaf.jpg" height=250/>
<img src="out/small_15_pet.jpg" height=250/>
<img src="out/small_15_simpsons.jpg" height=250/>
<img src="out/small_15_skylake.jpg" height=250/>
<img src="out/small_15_sunflower.jpg" height=250/>
<img src="out/small_15_taxi.jpg" height=250/>
<img src="out/small_15_trump.jpg" height=250/>
</div>
<p><a href="models/model15.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_16_bird.jpg" height=250/>
<img src="out/small_16_cat.jpg" height=250/>
<img src="out/small_16_city.jpg" height=250/>
<img src="out/small_16_city2.jpg" height=250/>
<img src="out/small_16_forest.jpg" height=250/>
<img src="out/small_16_got.jpg" height=250/>
<img src="out/small_16_keyboard.jpg" height=250/>
<img src="out/small_16_leaf.jpg" height=250/>
<img src="out/small_16_pet.jpg" height=250/>
<img src="out/small_16_simpsons.jpg" height=250/>
<img src="out/small_16_skylake.jpg" height=250/>
<img src="out/small_16_sunflower.jpg" height=250/>
<img src="out/small_16_taxi.jpg" height=250/>
<img src="out/small_16_trump.jpg" height=250/>
</div>
<p><a href="models/model16.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_17_bird.jpg" height=250/>
<img src="out/small_17_cat.jpg" height=250/>
<img src="out/small_17_city.jpg" height=250/>
<img src="out/small_17_city2.jpg" height=250/>
<img src="out/small_17_forest.jpg" height=250/>
<img src="out/small_17_got.jpg" height=250/>
<img src="out/small_17_keyboard.jpg" height=250/>
<img src="out/small_17_leaf.jpg" height=250/>
<img src="out/small_17_pet.jpg" height=250/>
<img src="out/small_17_simpsons.jpg" height=250/>
<img src="out/small_17_skylake.jpg" height=250/>
<img src="out/small_17_sunflower.jpg" height=250/>
<img src="out/small_17_taxi.jpg" height=250/>
<img src="out/small_17_trump.jpg" height=250/>
</div>
<p><a href="models/model17.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_18_bird.jpg" height=250/>
<img src="out/small_18_cat.jpg" height=250/>
<img src="out/small_18_city.jpg" height=250/>
<img src="out/small_18_city2.jpg" height=250/>
<img src="out/small_18_forest.jpg" height=250/>
<img src="out/small_18_got.jpg" height=250/>
<img src="out/small_18_keyboard.jpg" height=250/>
<img src="out/small_18_leaf.jpg" height=250/>
<img src="out/small_18_pet.jpg" height=250/>
<img src="out/small_18_simpsons.jpg" height=250/>
<img src="out/small_18_skylake.jpg" height=250/>
<img src="out/small_18_sunflower.jpg" height=250/>
<img src="out/small_18_taxi.jpg" height=250/>
<img src="out/small_18_trump.jpg" height=250/>
</div>
<p><a href="models/model18.pkl">Download model above</a>
<div id="picbox" style="position: relative; height: 260px">
<img src="out/small_19_bird.jpg" height=250/>
<img src="out/small_19_cat.jpg" height=250/>
<img src="out/small_19_city.jpg" height=250/>
<img src="out/small_19_city2.jpg" height=250/>
<img src="out/small_19_forest.jpg" height=250/>
<img src="out/small_19_got.jpg" height=250/>
<img src="out/small_19_keyboard.jpg" height=250/>
<img src="out/small_19_leaf.jpg" height=250/>
<img src="out/small_19_pet.jpg" height=250/>
<img src="out/small_19_simpsons.jpg" height=250/>
<img src="out/small_19_skylake.jpg" height=250/>
<img src="out/small_19_sunflower.jpg" height=250/>
<img src="out/small_19_taxi.jpg" height=250/>
<img src="out/small_19_trump.jpg" height=250/>
</div>
<p><a href="models/model19.pkl">Download model above</a>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Results With Original Size or Larger</h3>
<div><a href="out/5_leaf.jpg">Leaf</a></div>
<div><a href="out/7_pet.jpg">Pet</a></div>
<div><a href="out/8_forest.jpg">Forest</a></div>
<div><a href="out/9_city.jpg">City</a></div>
<div><a href="out/10_trump.jpg">Trump</a></div>
<div><a href="out/12_got.jpg">Khaleesi</a></div>
<div><a href="out/19_sunflower.jpg">Sunflower</a></div>
<div><a href="out/big_cat.jpg">Super-resolution Cat</a></div>
<p></p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/zhaw/neuralstyleio">zhaw's neural art gallary</a> is maintained by <a href="https://github.com/zhaw">zhaw</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>