-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery_template_db.html
executable file
·99 lines (89 loc) · 4.21 KB
/
gallery_template_db.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
<!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: 1024px;">
<div class="row">
<div class="col-sm-12">
<h2>Additional MV Dreambooth examples ({{{start_idx}}}-{{{end_idx}}} / {{{total}}})</h2>
<p>Generating more results for fun. We admit the identity preserving such as skin color need to be improved as future works.</p>
</div>
</div>
<div class="row" style="margin-bottom: 0px;">
{{{content}}}
</div>
<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: 1024px;">
<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>