Skip to content

Commit

Permalink
Add 3D point full rotation results
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxin-liu committed Jul 22, 2024
1 parent 1283724 commit 2d375a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
Binary file added assets/videos/rotation_3d.mp4
Binary file not shown.
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,20 @@
<p>
We show that our methods generalise across dimensions. Here, we show results for 3D point queries, compared to baseline methods.
</p>
</div>
<div class="section-body col-12 col-lg-10 col-xl-8 mb-3">
<p>
<img src="assets/demos/animation_3d/3d_results.png" class="img-fluid"
alt="3d point for three objects - whale, squid and octopus - rotating 360 degrees">
<video id="results_3d" loop autoplay muted playsinline style="width: 100%;">
<source src="assets/videos/rotation_3d.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

<script>
document.addEventListener('DOMContentLoaded', function () {
var video = document.getElementById('results_3d');
video.play();
});
</script>
</p>
</div>

Expand Down

0 comments on commit 2d375a8

Please sign in to comment.