Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuan-pal committed Dec 25, 2023
2 parents 3784167 + dc892dc commit badf48b
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="container">
<div class="row">
<div class="col-12">
<h2>SyncDreamer: Generating Multiview-consistent Images from a Single-view Image
<h2>SyncDreamer: Generating Multiview-consistent Images <br> from a Single-view Image
</h2>
<h4 style="color:#5a6268;">Arxiv 2023 </h4>
<hr>
Expand All @@ -30,30 +30,33 @@ <h6>
<a href="https://clinplayer.github.io/" target="_blank">Cheng Lin</a><sup>2</sup>,
<a href="" target="_blank">Zijiao Zeng</a><sup>2</sup>,
<a href="https://www.xxlong.site/" target="_blank">Xiaoxiao Long</a><sup>1</sup>,
<a href="https://lingjie0206.github.io/" target="_blank">Lingjie Liu</a><sup>3,4</sup>,
<a href="https://lingjie0206.github.io/" target="_blank">Lingjie Liu</a><sup>3</sup>,
<a href="https://homepages.inf.ed.ac.uk/tkomura/" target="_blank">Taku Komura</a><sup>1</sup>,
<a href="https://engineering.tamu.edu/cse/profiles/Wang-Wenping.html" target="_blank">Wenping Wang</a><sup>5</sup></h6>
<a href="https://engineering.tamu.edu/cse/profiles/Wang-Wenping.html" target="_blank">Wenping Wang</a><sup>4</sup></h6>
<p>
<sup>1</sup>The University of Hong Kong &nbsp;&nbsp;
<sup>2</sup>Tencent Games&nbsp;&nbsp;&nbsp;&nbsp;
<sup>3</sup>University of Pennsylvania &nbsp;&nbsp;&nbsp;&nbsp;
<sup>4</sup>Max Planck Institute for Informatics &nbsp;&nbsp;&nbsp;&nbsp;
<sup>5</sup>Texas A&M University
<sup>4</sup>Texas A&M University
</p>

<div class="row justify-content-center">
<div class="column">
<p class="mb-5"><a class="btn btn-large btn-light" href="" role="button" target="_blank">
<p class="mb-5"><a class="btn btn-large btn-light" href="https://arxiv.org/abs/2309.03453" role="button" target="_blank">
<i class="fa fa-file"></i> Paper</a> </p>
</div>
<div class="column">
<p class="mb-5"><a class="btn btn-large btn-light" href="https://github.com/liuyuan-pal/SyncDreamer" role="button" target="_blank">
<i class="fa fa-github-alt"></i> Code </a> </p>
</div>
<div class="column">
<p class="mb-5"><a class="btn btn-large btn-light" href="" role="button" target="_blank">
<p class="mb-5"><a class="btn btn-large btn-light" href="https://connecthkuhk-my.sharepoint.com/:f:/g/personal/yuanly_connect_hku_hk/EjYHbCBnV-VPjBqNHdNulIABq9sYAEpSz4NPLDI72a85vw" role="button" target="_blank">
<i class="fa fa-database"></i> Model </a> </p>
</div>
<div class="column">
<p class="mb-5"><a class="btn btn-large btn-light" href="https://huggingface.co/spaces/liuyuan-pal/SyncDreamer" role="button" target="_blank">
<i class="fa fa-desktop"></i> Live Demo </a> </p>
</div>
</div>
</div>
</div>
Expand All @@ -69,7 +72,7 @@ <h6>
<div class="col-12 text-center">
<h3>Abstract</h3>
<hr style="margin-top:0px">
<h6 style="color:#8899a5"> SyncDreamer is able to generate multiview consistent images from a single-view image. </h6>
<h6 style="color:#8899a5"> SyncDreamer is able to directly generate multiview consistent images, which allows 3D reconstruction by NeuS or NeRF without SDS loss. </h6>

<video width="80%" playsinline="" autoplay="autoplay" loop="loop" preload="" muted="">
<source src="video/teaser.mp4" type="video/mp4">
Expand Down Expand Up @@ -142,8 +145,8 @@ <h2>2D design to 3D model</h2>
<source src="video/drawings.mp4" type="video/mp4">
</video>

<p class="text-left">
SyncDreamer enables generating 3D models from just 2D drawings including skectches, Chinese ink paintings, oil paintings and so on, even though these 2D drawings do not include any 3D clues like shadows or reflections.
<p class="text-center">
SyncDreamer enables generating 3D models from 2D designs and hand drawings including skectches, Chinese ink paintings, oil paintings and so on.
</p>
</div>
</div>
Expand Down Expand Up @@ -200,8 +203,9 @@ <h3>Citation</h3>
<hr style="margin-top:0px">
<pre style="background-color: #e9eeef;padding: 1.25em 1.5em">
<code>@article{liu2023syncdreamer,
title={SyncDreamer: Generating Multiview-consistent Images from a Single-view Image},
author={Liu, Yuan and Lin, Cheng and Zeng, Zijiao and Long, Xiaoxiao and Wang, Peng and Liu, Lingjie and Komura, Taku and Wang, Wenping},
title={SyncDreamer: Learning to Generate Multiview-consistent Images from a Single-view Image},
author={Liu, Yuan and Lin, Cheng and Zeng, Zijiao and Long, Xiaoxiao and Liu, Lingjie and Komura, Taku and Wang, Wenping},
journal={arXiv preprint arXiv:2309.03453},
year={2023}
}</code>
</pre>
Expand Down

0 comments on commit badf48b

Please sign in to comment.