Skip to content

Commit

Permalink
image
Browse files Browse the repository at this point in the history
  • Loading branch information
HollyDQWang committed Mar 26, 2024
1 parent 8b68432 commit 42af741
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,45 @@ <h2 class="title is-3">Video Results</h2>
</div>
</section>


<section class="section">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column is-full-width">

<h3 class="title is-3">Method</h3>
<div class="content has-text-justified">
<p>
Overview of our model architecture.
</p>
</div>
<div class="content has-text-centered">
<img src="static/images/model_arch.png" alt="model arch"/>
</div>

<br/>

<h3 class="title is-3">Editing Example</h3>

<div class="content has-text-justified">
<p>
Comparsion with InstructNeRF2NeRF on accurate object editing.
</p>
</div>
<div class="content has-text-centered">
<img src="static/images/in2n.png" alt="edit"/>
</div>
<br/>

</div>
</div>
</div>


</div>
</section>


<!-- Video carousel -->
<!-- <section class="hero is-small">
<div class="hero-body">
Expand Down
Binary file added static/images/in2n.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/model_arch.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 42af741

Please sign in to comment.