Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahHaensen committed Sep 30, 2024
1 parent ac406b8 commit 0acd02f
Showing 1 changed file with 35 additions and 6 deletions.
41 changes: 35 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h5></h5>


<div class="row" style="align-content: center; text-align: center">
<div class="col-md-12"> <img src=""
<div class="col-md-12"> <img src="https://github.com/HannahHaensen/SCGS/blob/gh-pages/docs/assets/teaser.png?raw=true"
style="width: 70%"></div>

</div>
Expand Down Expand Up @@ -66,18 +66,20 @@ <h5></h5>

<div class="col-md-4">
<a href="https://www.arxiv.org/abs/2409.15959.pdf">
<img src=""
style="width: 150px; border: 1px black solid"></a>
<img src="https://github.com/HannahHaensen/SCGS/blob/gh-pages/docs/assets/paper.png?raw=true"
style="width: 50px; border: 1px black solid"></a>
<p>arixv</p>
</div>
<div class="col-md-4">
<a href="https://github.com/HannahHaensen/SCGS">
<img src=""
style="width: 150px; border: 1px black solid"></a>
<img src="https://github.com/HannahHaensen/SCGS/blob/gh-pages/docs/assets/code.png?raw=true"
style="width: 50px; border: 1px black solid"></a>
<p>Code (coming soon)</p>
</div>
<div class="col-md-4">
<a href="https://osf.io/s9uvy/?view_only=eff198d8752840e69a9f2b8c1c10b0a0">OSF</a>
<a href="https://osf.io/s9uvy/?view_only=eff198d8752840e69a9f2b8c1c10b0a0">
<img src="https://github.com/HannahHaensen/SCGS/blob/gh-pages/docs/assets/dataset.png?raw=true"
style="width: 300px; border: 1px black solid"></a></a>
<p>Dataset</p>
</div>
</div>
Expand All @@ -90,6 +92,33 @@ <h3>Abstract</h3>
</div>
<br>
<br>
<div class="row">
<h3>Architecture</h3>

</div>
<div class="row">
<div class="col-md-12">
<img style="width: 100%" src="https://github.com/HannahHaensen/SCGS/blob/gh-pages/docs/assets/arch.jpg?raw=true">
</div>
</div>
<br>
<br>
<div class="row">
<h3>SCGS in Virtual Reality</h3>

<br>
<div class="col-md-12">
<p>SCGS allows the removal of large scene parts and the replacment of it with virtual 3D assets.</p>
</div>
<br>
</div>
<div class="row">
<div class="col-md-12">
<img style="width: 100%" src="https://github.com/HannahHaensen/SCGS/blob/gh-pages/docs/assets/con_main.jpg?raw=true">
</div>
</div>
<br>
<br>
<h3>Citation</h3>
<div class="row">
<div class="col-md-12">
Expand Down

0 comments on commit 0acd02f

Please sign in to comment.