Skip to content

Commit

Permalink
🎈 perf: add some videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Zager-Zhang committed Apr 5, 2024
1 parent 67d65ec commit 60df94a
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 22 deletions.
Binary file added assets/videos/all2_pisa.mp4
Binary file not shown.
Binary file added assets/videos/all_pisa.mp4
Binary file not shown.
Binary file added assets/videos/expl_pisa.mp4
Binary file not shown.
Binary file added assets/videos/incremental_pisa.mp4
Binary file not shown.
Binary file added assets/videos/start.mp4
Binary file not shown.
67 changes: 45 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
</head>


<style>
.text-container {
width: 85%;
/* 设置容器宽度为80% */
margin: 0 auto;
/* 水平居中容器 */
text-align: justify;
/* 两端对齐文本 */
}
</style>

<!-- cover -->
<section>
<div class="jumbotron text-center mt-0">
Expand Down Expand Up @@ -76,25 +87,21 @@ <h6 style="line-height: 26px;">
role="button" target="_blank">
<i class="fa fa-video-camera"></i> Video </a> </p>
</div>
<br>
<br>
<br>
<div class="text-container text-center">
<video autoplay muted controls style="max-width: 80%; height: auto;" id="all_pisa_video">
<source src="assets/videos/start.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</div>
</div>
</section>


<style>
.text-container {
width: 75%;
/* 设置容器宽度为80% */
margin: 0 auto;
/* 水平居中容器 */
text-align: justify;
/* 两端对齐文本 */
}
</style>

<!-- Abstract -->
<section>
<div class="container">
Expand All @@ -117,9 +124,7 @@ <h3>Abstract</h3>
performance of FC-Hetero compared with classical and state-of-the-art methods.
</div>
<br>
<!-- <img src="assets/imgs/top.jpg" alt="Top" width="65%"> -->
<img src="https://raw.githubusercontent.com/SYSU-STAR/FC-Hetero/gh_pages/assets/imgs/top.jpg" alt="Top"
width="65%">
<img src="assets/imgs/top.jpg" alt="Top" width="65%">
</div>
</div>
</div>
Expand Down Expand Up @@ -148,23 +153,41 @@ <h3>System Overview</h3>
<br>

<!-- Method Show -->
<!-- <section>
<section>
<div class="container">
<div class="warp-container">
<div class="row">
<div class="col-12 text-center">
<p class="text-center">
<h3>Method</h3>
<hr style="margin-top:0px">
<h3>Method Details</h3>
<hr style="margin-top:0px">
<h4>Surface Frontier Based Exploration with Large-scale Perception LiDAR</h4>
<div class="text-container">
<video autoplay muted controls style="max-width: 100%; height: auto;" id="expl_pisa_video">
<source src="assets/videos/expl_pisa.mp4" type="video/mp4">
</video>
</div>
<h4>Incremental Viewpoint Generation</h4>
<div class="text-container">
<video autoplay muted controls style="max-width: 100%; height: auto;" id="incremental_pisa_video">
<source src="assets/videos/incremental_pisa.mp4" type="video/mp4">
</video>
</div>
<h4>Overall</h4>
<div class="text-container">
<video autoplay muted controls style="max-width: 100%; height: auto;" id="all_pisa_video">
<source src="assets/videos/all_pisa.mp4" type="video/mp4">
</video>
</div>
</p>
</div>
</div>
</div>
</div>
</section> -->
</section>




<!-- TODO -->
<section>
Expand All @@ -173,8 +196,8 @@ <h3>Method</h3>
<div class="row">
<div class="col-12 text-center">
<p class="text-center">
<h3>TODO</h3>
<hr style="margin-top:0px">
<h3>TODO</h3>
<hr style="margin-top:0px">
<div class="text-container">
In the coming days, we'll be unveiling additional technical details and more demos of various scenarios.
Stay tuned for updates on our website!
Expand Down

0 comments on commit 60df94a

Please sign in to comment.