-
Notifications
You must be signed in to change notification settings - Fork 0
/
video_color_transfer.html
63 lines (45 loc) · 2.25 KB
/
video_color_transfer.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><!--<![endif]--><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Video Style Transfer by Adaptive Patch Sampling</title>
<link href="css/boilerplate.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<!--
To learn more about the conditional comments around the html tags at the top of the file:
paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
* insert the link to your js here
* remove the link below to the html5shiv
* add the "no-js" class to the html tags at the top
* you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
-->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="./TonalStabilizationICIP_files/respond.min.js"></script>
</head>
<body>
<div class="gridContainer clearfix">
<div class="warp">
<!-- <div class="box"> -->
<h1>Video Style Transfer by Adaptive Patch Sampling</h1>
<!-- </div> -->
<div class="affiliations_box">
<a href="http://oriel.github.io">Oriel Frigo</a> (<em>University Paris Descartes / Technicolor</em>),
<a href="http://www.technicolor.com/en/neus-sabater">Neus Sabater</a> (<em>Technicolor</em>),
<a href="http://www.technicolor.com/en/vincent-demoulin">Vincent Demoulin</a> (<em>Technicolor</em>),
<a href="http://www.technicolor.com/en/pierre-hellier">Pierre Hellier</a> (<em>Technicolor</em>) </div>
</div>
<div class="warp">
<img class="teaser" src="img/video_style_teaser.png" />
<!-- <p><b>Abstract:</b> -->
<h4>Results: Sequence "Sintel - Alley 1"</h4>
<iframe width="900" src="alley_1.html" height="700" frameborder="0">
</iframe>
<iframe width="900" src="alley_1_monet.html" height="700" frameborder="0">
</iframe>
<iframe width="900" src="alley_1_vgogh.html" height="700" frameborder="0">
</iframe>
<p> </p>
</div>
</body></html>