Skip to content

Commit

Permalink
feat : update dataset examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Gy920 committed Feb 7, 2024
1 parent 21cb61d commit 1b29f57
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 3 deletions.
Binary file added assets/imgs/rotation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/rotation_new.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 50 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h5 class="text-center">
<p class="text-left">
An example of the descriptive text render part of toolchain. we utilize BLIP to perform zero-shot image-to-text generation.
</p>
<br>
<!-- <br> -->
<!-- <video width="100%" playsinline="" autoplay="autoplay" loop="loop" preload="" muted="">
<source src="video/teaser.mp4" type="video/mp4">
</video> -->
Expand All @@ -160,26 +160,72 @@ <h5 class="text-center">
</section>
<!-- <br> -->


<section>
<div class="container">
<div class="warp-container">
<div class="row">
<div class="col-12 text-center">
<h4>Surface Completion Benchmark</h4>
<h4>Example of dataset</h4>
<hr style="margin-top:0px">
<!-- <video width="100%" playsinline="" autoplay="autoplay" loop="loop" preload="" muted="">
<source src="video/gso_comparison.mp4" type="video/mp4">
</video> -->
<!-- <h6 style="color:#8899a5" class="text-left">
We propose MASSTAR, a multi-modal large-scale scene dataset with a versatile toolchain for surface prediction and completion.
</h6> -->
<img src="assets/imgs/rotation_new.gif" alt="ablation-representation" width="80%">
<!-- <br> -->
<!-- <p class="text-center">
result
</p> -->
<!-- <br> -->
<!-- <img src="assets/imgs/table.png" alt="ablation-representation" width="100%">
<p class="text-center">
the ouput .
</p>
<br> -->
</div>
</div>
</div>
</div>
</section>
<br>

<section>
<div class="container">
<div class="warp-container">
<div class="row">
<div class="col-12 text-center">
<h4>Surface Completion Benchmark</h4>
<hr style="margin-top:0px">
<!-- <video width="100%" playsinline="" autoplay="autoplay" loop="loop" preload="" muted="">
<source src="video/gso_comparison.mp4" type="video/mp4">
</video> -->
<h6 style="color:#8899a5" class="text-left">
We conducted a comparative analysis of three surface prediction and completion algorithms, including SPM, PCN, and XMFnet.
</h6>
<img src="assets/imgs/result.gif" alt="ablation-representation" width="90%">
<br>
<p class="text-center">
result
</p>
<br>
<!-- <div style="display: flex;">
<div style="display: flex; flex-direction: column;flex-direction: column;
justify-content: space-between;">
<img src="assets/imgs/infer_time.png" alt="ablation-representation" width="90%">
<h8 class="text-center">
Time Efficiency and Resource Consumption of Each Method
</h8>
</div>
<div style="display: flex; flex-direction: column;flex-direction: column;
justify-content: space-between;">
<img src="assets/imgs/eval.png" alt="ablation-representation" width="90%">
<h7 class="text-center">
The Quality of Prediction Result of Each Method
</h7>
</div>
</div> -->
<!-- <img src="assets/imgs/table.png" alt="ablation-representation" width="100%">
<p class="text-center">
the ouput .
Expand All @@ -192,6 +238,7 @@ <h4>Surface Completion Benchmark</h4>
</section>
<br>


<!-- <section>
<div class="container">
<div class="warp-container">
Expand Down

0 comments on commit 1b29f57

Please sign in to comment.