Skip to content

Commit

Permalink
Merge pull request #24 from lvsn/SpotLight
Browse files Browse the repository at this point in the history
SpotLight: minor changes
  • Loading branch information
lefreud authored Nov 29, 2024
2 parents f954ac5 + d6df002 commit 443b1c4
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions spotlight/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@
<html>
<head>
<title>SpotLight: Shadow-Guided Object Relighting via Diffusion</title>
<meta name="description" content="EverLight is the first lighting estimation method that simultaneously produces high dynamic range, high-resolution panoramas ready to use as HDRI in rendering engines, works for both indoor and outdoor domains, and it is editable.">
<!-- <meta name="description" content="SpotLight: Shadow-Guided Object Relighting via Diffusion."> -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico">
<!-- <link rel="icon" type="image/x-icon" href="./assets/favicon.ico"> -->
</head>

<body>
Expand Down Expand Up @@ -183,17 +183,22 @@

<table align=center width=875px>
<table align=center width=600px>
<tr>
<tr> <!--
<td align=center width=120px>
<center>
<span style="font-size:24px"><a href=''>[Paper (COMING SOON)]</a></span>
</center>
</td>
</td>-->
<td align=center width=120px>
<center>
<span style="font-size:24px"><a href='./supp/index.html'>[Supplementary]</a></span><br>
<span style="font-size:24px"><a href='./supp/index.html'>[Interactive Supplementary]</a></span><br>
</center>
</td>
<td align=center width=120px>
<center>
<span style="font-size:24px"><a href=''>[Dataset (coming soon)]</a></span><br>
</center>
</td>
<tr>

</table>
Expand All @@ -212,7 +217,7 @@
</table>
<br>
<hr>

<!--
<table align=center width=875px>
<center><h1>Citation</h1></center>
<tr>
Expand All @@ -222,10 +227,10 @@
</tr>
</table>
<br>
<hr>
<hr>-->

<div class="card mb-4 shadow-sm text-center">
<h3 class="text-muted">Acknowledgements </h3>
<h3 class="text-muted">Acknowledgements</h3>
This research was supported by NSERC grants RGPIN 2020-04799 and ALLRP 586543-23, Mitacs and Depix.
Computing resources were provided by the Digital Research Alliance of Canada.
The authors thank Zheng Zeng, Yannick Hold-Geoffroy and Justine Giroux for their help as well as all members of the lab for discussions and proofreading help.
Expand Down

0 comments on commit 443b1c4

Please sign in to comment.