-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_template.html
executable file
·114 lines (104 loc) · 4.81 KB
/
test_template.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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XB3PR2Y1TQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XB3PR2Y1TQ');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>MVDream: Multi-view Diffusion for 3D Generation</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/css/Highlight-Clean.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<meta name="robots" content="noindex">
<meta property="og:site_name" content="MVDream" />
<meta property="og:type" content="video.other" />
<meta property="og:title" content="MVDream: Multi-view Diffusion for 3D Generation" />
<meta property="og:description" content="MVDream: Multi-view Diffusion for 3D Generation, 2023." />
<meta property="og:url" content="" />
<script src="assets/js/video_comparison.js"></script>
<script type="module" src="https://unpkg.com/@google/model-viewer@2.0.1/dist/model-viewer.min.js"></script>
</head>
<body>
<div class="highlight-clean" style="padding-bottom: 10px;">
<div class="container" style="max-width: 1024px; margin-bottom: 20px;">
<h1 class="text-center"><b>MVDream</b>: Multi-view Diffusion for 3D Generation</h1>
</div>
<div class="container" style="max-width: 980px; margin-bottom: 20px;">
<div class="row authors">
<div class="col-sm-12">
<h5 class="text-center" style="text-align: center">Authors anonymized</h5>
</div>
</div>
</div>
<hr class="divider" />
<div class="container" style="max-width: 768px;">
<div class="row">
<div class="col-sm-12">
<h2>All Testing Results ({{{start_idx}}}-{{{end_idx}}} / {{{total}}})</h2>
<p>We use the threestudio implementation for all the baselines. A fixed configuration is used for each method (including ours) without prompt-wise hyperparameter tuning. The results here are without cherry picking.</p>
</div>
</div>
<div class="row" style="margin-bottom: 0px;">
<div class="col-xs-15 compare-title compare-title-sm">
<p>Dreamfusion-IF</p>
</div>
<div class="col-xs-15 compare-title">
<p>Magic3D-IF-SD</p>
</div>
<div class="col-xs-15 compare-title">
<p>Text2Mesh-IF</p>
</div>
<div class="col-xs-15 compare-title">
<p>ProlificDreamer</p>
</div>
<div class="col-xs-15 compare-title">
<p>Ours</p>
</div>
</div>
{{{content}}}
<div class="row" style="margin-bottom: 0px;">
<div class="col-sm-3" style="margin-left:auto">
<a href="{{{link1}}}" class="btn btn-primary btn-lg {{{active1}}}">
Previous Page
</a>
</div>
<div class="col-sm-3" style="margin-right:auto">
<a href="{{{link2}}}" class="btn btn-primary btn-lg {{{active2}}}">
Next Page
</a>
</div>
</div>
</div>
<hr class="divider" />
<div class="container" style="max-width: 768px;">
<footer>
<p> Website template from <a href="https://dreamfusion3d.github.io/">DreamFusion</a>. We thank the authors for the open-source code.</p>
</footer>
</div>
<script src="https://polyfill.io/v3/polyfill.js?features=IntersectionObserver"></script>
<script src="assets/js/yall.js"></script>
<script>
yall(
{
observeChanges: true
}
);
</script>
<script src="assets/js/scripts.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<script src="https://uploads-ssl.webflow.com/51e0d73d83d06baa7a00000f/js/webflow.fd002feec.js"></script>
<!-- Import the component -->
</body>
</html>