-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (83 loc) · 4.18 KB
/
Copy pathindex.html
File metadata and controls
88 lines (83 loc) · 4.18 KB
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
<!doctype html>
<head>
<meta name=generator content="Hugo 0.119.0">
<meta charset=utf-8>
<!-- <meta content="Will Faught" name=author>
<meta content="Powerful, pliable pixel perfection." name=description> -->
<meta content="#0d6efd" name=msapplication-TileColor>
<meta content="/paige/browserconfig.xml" name=msapplication-config>
<meta content="#0d6efd" name=theme-color>
<meta content="width=device-width,initial-scale=1" name=viewport>
<meta property="og:title" content="Anything in Any Scene">
<meta property="og:description" content="Photorealistic Video Object Insertion">
<meta property="og:type" content="website">
<meta property="og:url" content="https://willfaught.com/paige/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Anything in Any Scene">
<meta name=twitter:description content="Photorealistic Video Object Insertion">
<title>Anything in Any Scene: Photorealistic Video Object Insertion</title>
<link color=#0d6efd href=/paige/safari-pinned-tab.svg rel=mask-icon>
<!-- <link href=/paige/site.webmanifest rel=manifest> -->
<link href=lib/bootstrap/css/bootstrap.min.css rel=stylesheet>
<link href=lib/bootstrap-icons/font/bootstrap-icons.min.css rel=stylesheet>
<link href=https://willfaught.com/paige/atom.xml rel=alternate type=application/atom+xml>
<link href=https://willfaught.com/paige/index.json rel=alternate type=application/json>
<link href=https://willfaught.com/paige/rss.xml rel=alternate type=application/rss+xml>
<link href=src/css/main.css rel=stylesheet>
</head>
<body class="d-flex flex-column">
<div class="container flex-fill">
<main class=mt-3>
<div class="align-items-center d-flex flex-column mb-0">
<div id=paige-metadata>
<!-- Title -->
<h1 class="fw-bold text-center" id=paper-title>Anything in Any Scene</h1>
<h1 class="fw-bold text-center" id=paper-title>Photorealistic Video Object Insertion</h1>
<!-- Authors -->
<!-- <p class="lead text-center" id=paige-description></p> -->
</div>
<!-- Top Bar -->
<header class=my-3>
<nav>
<ul class="align-items-center justify-content-center nav nav-pills">
<li class=nav-item><a class="nav-link border" href=#paper-abstract>Abstract</a></li>
<li class=nav-item><a class="nav-link border" href=#paper-overview>Overview</a></li>
<li class=nav-item><a class="nav-link border" href=#paper-outdoor-results>Visual Comparison - Outdoor Scene</a></li>
<li class=nav-item><a class="nav-link border" href=#paper-indoor-results>Visual Comparison - Indoor Scene</a></li>
<li class=nav-item><a class="nav-link border" href=#paper-results>Our Results</a></li>
<li class=nav-item><a class="nav-link border" href=#paper-downstream>Downstream Task</a></li>
<li class=nav-item><a class="nav-link border" href=#paper-code>Source Code and Result Videos</a></li>
</ul>
</nav>
</header>
<div class="mw-100 overflow-x-auto" id=paige-content>
<!-- Banner -->
<div id="banner-video"></div>
<!-- Abstract -->
<div id="abstract-content"></div>
<!-- Overview -->
<div id="overview-content"></div>
<!-- Qualitative Results -->
<div id="outdoor-result"></div>
<div id="indoor-result"></div>
<div id="ours-result"></div>
<!-- Downstream Task -->
<div id="downstream-result"></div>
<!-- Code -->
<div id="code-video-download"></div>
</div>
</div>
<footer hidden class=mb-3 id=paige-footer>
<p class="mb-0 text-center text-secondary" id=paige-copyright>© 2023</p>
</footer>
</main>
</div>
<!-- Back to Top Button -->
<button type="button" class="btn btn-primary btn-circle btn-floating btn-lg " id="btn-back-to-top" >
<i class="bi bi-arrow-up"></i>
</button>
<script src=lib/bootstrap/js/bootstrap.bundle.min.js></script>
<script src=lib/jquery-3.7.1.min.js></script>
<script src=src/js/main.js></script>
</body>
</html>