Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LMozart committed Jun 6, 2024
1 parent d8f70a8 commit 6d103ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ <h2 class="title is-3">Spin Light Setup</h2>
We record a video for an object under an environment light by rotating the object together with a linear, perspective camera in 360° on a rotatable platform. The relative positions and orientations between camera and object remain fixed during rotation.
</p>
</div>
<img src="./static/images/spin_light.gif" alt="Teaser" style="width:70%;">
<!-- <img src="./static/images/spin_light.gif" alt="Teaser" style="width:70%;"> -->
<video src="./static/images/spin_light.mp4" controls="controls" style="width:70%;"></video>
<div class="content has-text-justified">
<p>
We then extract around 50 images from the recorded video, regarding as our training data.
Expand Down Expand Up @@ -217,7 +218,8 @@ <h2 class="title is-3">Light Initialization Method</h2>
Based on the proposed setup, we derive a rough light map given the observed images.
</p>
</div>
<img src="./static/images/light_prior.gif" alt="Teaser" style="width:90%;">
<!-- <img src="./static/images/light_prior.gif" alt="Teaser" style="width:90%;"> -->
<video src="./static/images/light_prior.mp4" controls="controls" style="width:90%;"></video>
</div>
</div>
</div>
Expand Down Expand Up @@ -261,11 +263,11 @@ <h2 class="title is-3">Video Presentation</h2>
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>@inproceedings{li2023dani,
title={DANI-Net: Uncalibrated Photometric Stereo by Differentiable Shadow Handling, Anisotropic Reflectance Modeling, and Neural Inverse Rendering},
author={Li, Zongrui and Zheng, Qian and Shi, Boxin and Pan, Gang and Jiang, Xudong},
<pre><code>@inproceedings{li2024spinup,
title={Spin-UP: Spin Light for Natural Light Uncalibrated Photometric Stereo},
author={Li, Zongrui and Lu, Zhan and Yan, Haojie and Shi, Boxin and Pan, Gang and Zheng, Qian and Jiang, Xudong},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year={2023}}
year={2024}}
</code></pre>
</div>
</section>
Expand Down
Binary file added static/images/light_prior.mp4
Binary file not shown.
Binary file added static/images/spin_light.mp4
Binary file not shown.

0 comments on commit 6d103ac

Please sign in to comment.