Skip to content

Commit

Permalink
modify gh-page
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokn committed Feb 7, 2024
1 parent 0bc8e3a commit 3fb8d6a
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,64 @@ <h2 class="subtitle has-text-centered">
</div>
</section>

<section class="hero teaser">
<div class="container is-max-desktop" style="margin-top: 2rem;">
<h2 class="title">Results</h2>

<div class="row g-3">
<div class="col">
<img src="static/images/2.png" alt="image3.">
<h2 class="subtitle has-text-centered">
Novel view synthesis results
</h2>
</div>
<div class="col">
<img src="static/images/3.png" alt="image4.">
<h2 class="subtitle has-text-centered">
Rendered images of different camera focal length
</h2>
</div>
</div>

<div class="row g-3">
<div class="col">
<img src="static/images/1.png" alt="image1.">
<h2 class="subtitle has-text-centered">
Qualitative image rendering results
</h2>
</div>
<div class="col">
<img src="static/images/4.png" alt="image5.">
<h2 class="subtitle has-text-centered">
Rendered point clouds of different LiDAR models
</h2>
</div>
</div>



<div class="row g-3">
<div class="col">
<img src="static/images/6.png" alt="image6.">
<h2 class="subtitle has-text-centered">
Non-rigid pedestrian rendering results
</h2>
</div>
<div class="col">
<img src="static/images/5.png" alt="image5.">
<h2 class="subtitle has-text-centered">
Simulation results of different traffic flow environments
</h2>
</div>
</div>
<!-- <h2 class="subtitle has-text-centered">
The <b>closed-loop</b> driving task in <a href="http://highway-env.farama.org/">Highway-env</a> under different
settings.
The <span style="color:green;">ego car</span> is controlled by DiLu and the decision-making processes are fully
text-based. Dilu learns to follow cars and make sensible lane changes from the past experience in Memory module.
</h2> -->
</div>
</section>

<!--BibTex citation -->
<section class="section" id="BibTeX">
Expand Down
Binary file added static/images/4.png
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 static/images/5.png
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 static/images/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3fb8d6a

Please sign in to comment.